This commit is contained in:
2016-10-30 01:11:48 +02:00
parent 352f65b72b
commit efac3dd8bd

View File

@@ -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; });
{
@@ -13,7 +12,7 @@ with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems
# 'hydraJob' strips all non-essential attributes.
hello_world_2 = pkgs.lib.hydraJob pkgs_x86_64_linux.hello;
blog_gallery;
blog_gallery = import ./blog-gallery.nix;
} // mapTestOn {