master
Jean-Pierre PRUNARET 9 years ago
parent 352f65b72b
commit efac3dd8bd

@ -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 {

Loading…
Cancel
Save