nixos/tests/nix-ssh-serve.nix: Use stable nix (#47584)
This commit is contained in:
parent
510c85f349
commit
358a1c8a28
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user