mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/tests/nix-ssh-serve.nix: Use stable nix (#47584)
This commit is contained in:
parent
510c85f349
commit
358a1c8a28
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue