add description to derivation

This commit is contained in:
Daniel Nagy 2020-08-21 17:46:54 +02:00
parent 2094f0de8a
commit 09a8259b7b
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -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 = ''