diff --git a/release.nix b/release.nix index 6efc16d..75d56d3 100644 --- a/release.nix +++ b/release.nix @@ -1,8 +1,7 @@ { - supportedSystems ? ["i686-linux" "x86_64-linux"] + supportedSystems ? [ "x86_64-linux" ] }: -with import ./blog-gallery.nix; with (import { inherit supportedSystems; }); { @@ -13,7 +12,7 @@ with (import { 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 {