about summary refs log tree commit diff
path: root/pkgs/tools/misc/cloud-utils
AgeCommit message (Collapse)AuthorFilesLines
2021-03-03cloud-utils: remove unused inputsSandro Jäckel1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-11-03cloud-utils: 0.31 -> 0.32R. RyanTM1-2/+2
2020-08-18cloud-utils: split of smaller .guest outputJörg Thalheim1-6/+24
2020-06-29cloud-utils: 0.30 -> 0.31zimbatm1-3/+3
2019-10-02Merge pull request #58471 from colemickens/cuJoachim F1-2/+2
cloud-utils: use `qemu-utils` instead of `qemu`
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-27cloud-utils: s/qemu/qemu-utils/gCole Mickens1-2/+2
2018-09-11cloud-utils: add licenseMarkus Kowalewski1-1/+4
2018-01-06nixos: introduce boot.growPartition (#33521)zimbatm1-1/+1
Move it from being a profile
2017-10-02cloud-utils: 0.29 -> 0.30Jörg Thalheim2-107/+26
2016-11-17cloud-utils: 0.27 -> 0.29Domen Kožar1-5/+10
We keep the existing hacks for growpart to work inside the initrd Fixes #15736 #17015
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2016-03-30move growpart out of nixos into cloud-init packageDomen Kožar2-0/+106