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 =