nixos/tests/nix-ssh-serve.nix: Use stable nix (#47584)
This commit is contained in:
@@ -14,8 +14,8 @@ in
|
|||||||
keys = [ snakeOilPublicKey ];
|
keys = [ snakeOilPublicKey ];
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
};
|
};
|
||||||
server.nix.package = pkgs.nixUnstable;
|
server.nix.package = pkgs.nix;
|
||||||
client.nix.package = pkgs.nixUnstable;
|
client.nix.package = pkgs.nix;
|
||||||
};
|
};
|
||||||
testScript = ''
|
testScript = ''
|
||||||
startAll;
|
startAll;
|
||||||
|
|||||||
Reference in New Issue
Block a user