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

This commit is contained in:
Sarah Brofeldt 2018-10-01 23:01:38 +02:00 committed by xeji
parent 510c85f349
commit 358a1c8a28

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;