diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-03-31 12:06:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 12:06:10 +0200 |
commit | e32ca3cf16a421297a545607c95dbe9918505987 (patch) | |
tree | d5218e827f4bd8c56cfa084073c6d3ef2b9ea83a /flake.nix | |
parent | 623115fc0f265b74a60c67b58dff3442678fe841 (diff) | |
parent | 85a2d1d94fbb682d4ff1e85ee083fac55b6bc9cb (diff) |
Merge pull request #8018 from tweag/ssh-password-prompt
SSH: don't erase password prompt if it is displayed
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -583,6 +583,8 @@ tests.nix-copy-closure = runNixOSTestFor "x86_64-linux" ./tests/nixos/nix-copy-closure.nix; + tests.nix-copy = runNixOSTestFor "x86_64-linux" ./tests/nixos/nix-copy.nix; + tests.nssPreload = runNixOSTestFor "x86_64-linux" ./tests/nixos/nss-preload.nix; tests.githubFlakes = runNixOSTestFor "x86_64-linux" ./tests/nixos/github-flakes.nix; |