From 0babdf3532303cfb3f4198bf0eb29d15681d0522 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 11 Oct 2013 10:58:25 +0200 Subject: [PATCH] Adjust to the NixOS/Nixpkgs merge --- release.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release.nix b/release.nix index d8ccc1cd..eb6867fe 100644 --- a/release.nix +++ b/release.nix @@ -149,7 +149,7 @@ in rec { tests.install = genAttrs' (system: - with import { inherit system; }; + with import { inherit system; }; let hydra = builtins.getAttr system build; in # build.${system} simpleTest { machine = @@ -177,7 +177,7 @@ in rec { }); tests.api = genAttrs' (system: - with import { inherit system; }; + with import { inherit system; }; let hydra = builtins.getAttr system build; in # build."${system}" simpleTest { machine = @@ -215,7 +215,7 @@ in rec { }); tests.s3backup = genAttrs' (system: - with import { inherit system; }; + with import { inherit system; }; let hydra = builtins.getAttr system build; in # build."${system}" simpleTest { machine =