diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-05T18·25+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-05T18·25+0100 |
commit | d51eed833a7bbd211a1601367e90d91f71025206 (patch) | |
tree | c6c7f5f58f474fd77cdcb9a53978e3eb047e95a4 /tests | |
parent | bf78a27ac995edcd34d821b9ef9061b475f51b67 (diff) |
Shut up a warning
Diffstat (limited to 'tests')
-rw-r--r-- | tests/remote-builds.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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. |