aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorThéophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>2023-03-31 12:06:10 +0200
committerGitHub <noreply@github.com>2023-03-31 12:06:10 +0200
commite32ca3cf16a421297a545607c95dbe9918505987 (patch)
treed5218e827f4bd8c56cfa084073c6d3ef2b9ea83a /flake.nix
parent623115fc0f265b74a60c67b58dff3442678fe841 (diff)
parent85a2d1d94fbb682d4ff1e85ee083fac55b6bc9cb (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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2fa16f8e2..7a6e6d292 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;