|
|
@ -5,22 +5,21 @@
|
|
|
|
with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems; });
|
|
|
|
with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems; });
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
jpierre03.blog_gallery = import ./blog-gallery.nix;
|
|
|
|
|
|
|
|
jpierre03.blog_r6d = import ./blog-r6d.nix;
|
|
|
|
|
|
|
|
#jpierre03.blog_lothy_recette = import ./blog-lothy-recette.nix;
|
|
|
|
|
|
|
|
jpierre03.gogs_jpierre03_homepage = import ./gogs-jpierre03-homepage.nix;
|
|
|
|
|
|
|
|
jpierre03.gogs_openlayer = import ./gogs-openlayer.nix;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // {
|
|
|
|
# Simply assign a derivation to an attribute to have it built.
|
|
|
|
# Simply assign a derivation to an attribute to have it built.
|
|
|
|
hello_world_1 = pkgs_x86_64_linux.hello;
|
|
|
|
hello_world_1 = pkgs_x86_64_linux.hello;
|
|
|
|
|
|
|
|
|
|
|
|
# 'hydraJob' strips all non-essential attributes.
|
|
|
|
# 'hydraJob' strips all non-essential attributes.
|
|
|
|
hello_world_2 = pkgs.lib.hydraJob pkgs_x86_64_linux.hello;
|
|
|
|
hello_world_2 = pkgs.lib.hydraJob pkgs_x86_64_linux.hello;
|
|
|
|
|
|
|
|
|
|
|
|
blog_gallery = import ./blog-gallery.nix;
|
|
|
|
|
|
|
|
blog_r6d = import ./blog-r6d.nix;
|
|
|
|
|
|
|
|
#blog_lothy_recette = import ./blog-lothy-recette.nix;
|
|
|
|
|
|
|
|
gogs_jpierre03_homepage = import ./gogs-jpierre03-homepage.nix;
|
|
|
|
|
|
|
|
gogs_openlayer = import ./gogs-openlayer.nix;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // mapTestOn {
|
|
|
|
} // mapTestOn {
|
|
|
|
|
|
|
|
|
|
|
|
# Fancy shortcut to generate one attribute per supported platform.
|
|
|
|
# Fancy shortcut to generate one attribute per supported platform.
|
|
|
|
hello = supportedSystems;
|
|
|
|
hello = supportedSystems;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|