essai
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
supportedSystems ? ["i686-linux" "x86_64-linux"]
|
supportedSystems ? [ "x86_64-linux" ]
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with import ./blog-gallery.nix;
|
|
||||||
with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems; });
|
with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems; });
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -13,7 +12,7 @@ with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems
|
|||||||
# '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;
|
blog_gallery = import ./blog-gallery.nix;
|
||||||
|
|
||||||
} // mapTestOn {
|
} // mapTestOn {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user