From d51eed833a7bbd211a1601367e90d91f71025206 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 5 Dec 2014 19:25:38 +0100 Subject: Shut up a warning --- tests/remote-builds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix index 5e2688d1adcf..2cd5ccfc6d45 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. -- cgit 1.4.1