Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
nixos/tests/nix-ssh-serve.nix: Use stable nix (#47584)
Browse files Browse the repository at this point in the history
  • Loading branch information
srhb authored and xeji committed Oct 1, 2018
1 parent 510c85f commit 358a1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/tests/nix-ssh-serve.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 358a1c8

Please sign in to comment.