about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-05T18·25+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-05T18·25+0100
commitd51eed833a7bbd211a1601367e90d91f71025206 (patch)
treec6c7f5f58f474fd77cdcb9a53978e3eb047e95a4 /tests
parentbf78a27ac995edcd34d821b9ef9061b475f51b67 (diff)
Shut up a warning
Diffstat (limited to 'tests')
-rw-r--r--tests/remote-builds.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix
index 5e2688d1ad..2cd5ccfc6d 100644
--- a/tests/remote-builds.nix
+++ b/tests/remote-builds.nix
@@ -13,7 +13,7 @@ let
     { config, pkgs, ... }:
     { services.openssh.enable = true;
       virtualisation.writableStore = true;
-      environment.nix = nix;
+      nix.package = nix;
     };
 
   # Trivial Nix expression to build remotely.