summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/virtualization
AgeCommit message (Collapse)Author
2021-02-01nixos-container: fix show-ip command to support IPv6 addressesVojtěch Káně
2021-01-26ec2instanceconnectcli: init at 1.0.2Eric Bailey
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-22treewide: add final newlinezowoq
2021-01-18govc: 0.23.1 -> 0.24.0R. RyanTM
2021-01-18cri-tools: 1.19.0 -> 1.20.0R. RyanTM
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-06shipyard: init at 0.1.17Phillip Cloud
2020-12-29amazon-ecs-cli: 1.20.0 -> 1.21.0freezeboy
2020-12-09Merge pull request #106293 from Mic92/nixos-shellSandro
nixos-shell: 0.1.1 -> 0.2
2020-12-08alpine-make-vm-image: 0.6.0 -> 0.7.0R. RyanTM
2020-12-07nixos-shell: 0.1.1 -> 0.2Jörg Thalheim
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-11-23rootlesskit: 0.11.0 -> 0.11.1R. RyanTM
2020-11-13Merge staging-next into stagingFrederik Rietdijk
2020-11-12tree-wide: unify Bash completions outputs (#103421)Jonas Chevalier
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12rootlesskit: 0.10.0 -> 0.11.0R. RyanTM
2020-10-27Merge pull request #101839 from helsinki-systems/amazon-ecs-cli-1.20.0Mario Rodas
amazon-ecs-cli: 1.18.1 -> 1.20.0
2020-10-27amazon-ecs-cli: 1.18.1 -> 1.20.0Scriptkiddi
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob
2020-10-15Merge pull request #95746 from Mic92/cloud-initFlorian Klink
cloud-init: 0.7.9 -> 20.2 (python3!)
2020-10-15cloud-init: 20.2 -> 20.3Florian Klink
required rebasing the patch, disabling some tests. I also changed the hash to be in conventional format - the hash mismatch in fixed-output derivation '/nix/store/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-source': wanted: sha256:yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy got: sha256:zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz doesn't propose SRI syntax.
2020-08-18cloud-init: 0.7.9 -> 20.2Jörg Thalheim
2020-08-10buildGoModule packages: set doCheck = falsezowoq
2020-07-31buildGoPackage packages: editorconfig fixeszowoq
2020-07-05govc: 0.23.0 -> 0.23.1R. RyanTM
2020-07-04alpine-make-vm-image: init at 0.6.0Alyssa Ross
2020-06-30nixos-container: Pass through several Nix flagsEelco Dolstra
Since nixos-container calls nix-env / nix-build, it's useful to support various evaluation-related options.
2020-06-23Bump linode-cli versionDaniel KT
linode-cli version -> 2.15.0 linode api version -> 4.67.0
2020-09-11Merge pull request #97756 from mayflower/xva-imgWilliButz
xva-img: init at 1.4.1
2020-09-11xva-img: init at 1.4.1Linus Heckemann
2020-09-10Merge pull request #94305 from r-ryantm/auto-update/rootlesskitLassulus
rootlesskit: 0.3.0-alpha.2 -> 0.10.0
2020-08-28cri-tools: 1.18.0 -> 1.19.0Sascha Grunert
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-15buildGoPackage: remove platform.all from packageszowoq
2020-07-31rootlesskit: 0.3.0-alpha.2 -> 0.10.0R. RyanTM
2020-06-14govc: 0.22.1 -> 0.23.0R. RyanTM
2020-05-24Merge pull request #85673 from Mic92/nixos-shellJörg Thalheim
2020-05-21Merge pull request #88492 from flokli/current-system-systemctlFlorian Klink
tree-wide: use systemctl of running system
2020-05-21Merge pull request #88507 from ↵Florian Klink
r-ryantm/auto-update/google-compute-engine-oslogin google-compute-engine-oslogin: 20200325.00 -> 20200507.00
2020-05-21google-compute-engine-oslogin: add test passthruFlorian Klink
2020-05-21google-compute-engine-oslogin: Remove myself as maintaineradisbladis
2020-05-21google-compute-engine-oslogin: 20200325.00 -> 20200507.00R. RyanTM
2020-05-21google-compute-engine: run systemctl of the currently running systemdFlorian Klink
2020-05-16Merge pull request #87893 from aanderse/govcAaron Andersen
govc: 0.21.0 -> 0.22.1
2020-05-15govc: 0.21.0 -> 0.22.1Aaron Andersen
2020-05-14cri-tools: switch to buildGoModulezowoq
2020-05-06cri-tools: install completionzowoq