diff options
Diffstat (limited to 'tests/remote-builds.nix')
-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. |