From efac3dd8bd94b99950a2c29600b1ebb388ed16e9 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 30 Oct 2016 01:11:48 +0200 Subject: [PATCH] essai --- release.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {