about summary refs log tree commit diff
path: root/tests/remote-builds.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-15T13·32+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-15T13·32+0200
commitfb5d76b89e8b0084fb147d79af5481e09b889386 (patch)
tree49d9c393d76b43605d1e574ba93d6dc40317edf1 /tests/remote-builds.nix
parenta1917208c025e0a029cb33bbf3cf69e4d4128a39 (diff)
Fix test evaluation
Diffstat (limited to 'tests/remote-builds.nix')
-rw-r--r--tests/remote-builds.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix
index 56514e17499c..571cdfbdd2dd 100644
--- a/tests/remote-builds.nix
+++ b/tests/remote-builds.nix
@@ -4,7 +4,7 @@
 
 with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };
 
-makeTest ({ pkgs, ... }:
+makeTest (
 
 let
 
@@ -57,7 +57,7 @@ in
             ];
           virtualisation.writableStore = true;
           virtualisation.pathsInNixDB = [ config.system.build.extraUtils ];
-          environment.nix = nix;
+          nix.package = nix;
         };
     };