|
|
|
@ -11,7 +11,7 @@ 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;
|
|
|
|
|
|
|
|
|
|
} // {
|
|
|
|
|
} /*// {
|
|
|
|
|
# Simply assign a derivation to an attribute to have it built.
|
|
|
|
|
hello_world_1 = pkgs_x86_64_linux.hello;
|
|
|
|
|
|
|
|
|
@ -22,4 +22,4 @@ with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems
|
|
|
|
|
|
|
|
|
|
# Fancy shortcut to generate one attribute per supported platform.
|
|
|
|
|
hello = supportedSystems;
|
|
|
|
|
}
|
|
|
|
|
} */
|
|
|
|
|