summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-11-16 13:59:36 -0500
committerTim Steinbach <tim@nequissimus.com>2020-11-16 14:00:34 -0500
commit0338f728c01329427c407ccd0bf6e527eee2358c (patch)
tree3eef26cec0308fd09a1f929ba33e498aa53854a1 /nixos/tests/all-tests.nix
parent701df1a3dc5b2a60ab348a3c06600250d0382457 (diff)
downloadnixpkgs-0338f728c01329427c407ccd0bf6e527eee2358c.tar
nixpkgs-0338f728c01329427c407ccd0bf6e527eee2358c.tar.gz
nixpkgs-0338f728c01329427c407ccd0bf6e527eee2358c.tar.bz2
nixpkgs-0338f728c01329427c407ccd0bf6e527eee2358c.tar.lz
nixpkgs-0338f728c01329427c407ccd0bf6e527eee2358c.tar.xz
nixpkgs-0338f728c01329427c407ccd0bf6e527eee2358c.tar.zst
nixpkgs-0338f728c01329427c407ccd0bf6e527eee2358c.zip
nano: Add test
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 868f15a1da3..485b298662b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -225,6 +225,7 @@ in
   mysql-backup = handleTest ./mysql/mysql-backup.nix {};
   mysql-replication = handleTest ./mysql/mysql-replication.nix {};
   nagios = handleTest ./nagios.nix {};
+  nano = handleTest ./nano.nix {};
   nar-serve = handleTest ./nar-serve.nix {};
   nat.firewall = handleTest ./nat.nix { withFirewall = true; };
   nat.firewall-conntrack = handleTest ./nat.nix { withFirewall = true; withConntrackHelpers = true; };