ajout section meta sur release

This commit is contained in:
2016-12-19 16:31:30 +01:00
parent 8c9c76cc16
commit 9861cd343e

View File

@@ -11,6 +11,14 @@ with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems
jpierre03.gogs_jpierre03_homepage = import ./gogs-jpierre03-homepage.nix;
jpierre03.gogs_openlayer = import ./gogs-openlayer.nix;
meta = with stdenv.lib; {
description = "Jobset de construction de paquets personnels";
homepage = https://gogs.prunetwork.fr/nixos-config/nix-public-expressions/;
license = licenses.gpl2;
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
platforms = platforms.linux;
};
} /* // {
# Simply assign a derivation to an attribute to have it built.
hello_world_1 = pkgs_x86_64_linux.hello;