mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 18:24:59 +03:00
add description to derivation
This commit is contained in:
parent
2094f0de8a
commit
09a8259b7b
@ -4,6 +4,7 @@ with pkgs;
|
||||
stdenv.mkDerivation {
|
||||
name = "nixos-generators";
|
||||
src = lib.cleanSource ./.;
|
||||
meta.description = "Collection of image builders";
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
postFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user