diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/remote-builds.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix index 63aaa4d88f56..39bd090e43e7 100644 --- a/tests/remote-builds.nix +++ b/tests/remote-builds.nix @@ -43,7 +43,6 @@ in { config, pkgs, ... }: { nix.maxJobs = 0; # force remote building nix.distributedBuilds = true; - nix.envVars = pkgs.lib.mkAfter { NIX_BUILD_HOOK = "${nix}/libexec/nix/build-remote"; }; nix.buildMachines = [ { hostName = "slave1"; sshUser = "root"; |