nixos/tests/nix-ssh-serve.nix: Use stable nix (#47584)

(cherry picked from commit 358a1c8a28)
This commit is contained in:
Sarah Brofeldt
2018-10-01 23:01:38 +02:00
committed by Uli Baum
parent 10eec00131
commit a54dadb950

View File

@@ -14,8 +14,8 @@ in
keys = [ snakeOilPublicKey ];
protocol = "ssh-ng";
};
server.nix.package = pkgs.nixUnstable;
client.nix.package = pkgs.nixUnstable;
server.nix.package = pkgs.nix;
client.nix.package = pkgs.nix;
};
testScript = ''
startAll;