summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorDaniel Fullmer <danielrf12@gmail.com>2020-04-11 13:28:52 -0400
committerDaniel Fullmer <danielrf12@gmail.com>2020-05-17 14:14:30 -0400
commit4f35b7ec5ffe927f71d0d4dc8c5e37c90fa056dd (patch)
tree50d21a99f1700a47b28813ae1b344b354f89861a /nixos/tests/all-tests.nix
parente958afa0a9a12de3e623a464a922ac7f9455c0d0 (diff)
downloadnixpkgs-4f35b7ec5ffe927f71d0d4dc8c5e37c90fa056dd.tar
nixpkgs-4f35b7ec5ffe927f71d0d4dc8c5e37c90fa056dd.tar.gz
nixpkgs-4f35b7ec5ffe927f71d0d4dc8c5e37c90fa056dd.tar.bz2
nixpkgs-4f35b7ec5ffe927f71d0d4dc8c5e37c90fa056dd.tar.lz
nixpkgs-4f35b7ec5ffe927f71d0d4dc8c5e37c90fa056dd.tar.xz
nixpkgs-4f35b7ec5ffe927f71d0d4dc8c5e37c90fa056dd.tar.zst
nixpkgs-4f35b7ec5ffe927f71d0d4dc8c5e37c90fa056dd.zip
nixos/zoneminder: add minimal test
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 5caf1c958fb..525e97c039e 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -348,6 +348,7 @@ in
   yabar = handleTest ./yabar.nix {};
   yggdrasil = handleTest ./yggdrasil.nix {};
   zfs = handleTest ./zfs.nix {};
-  zsh-history = handleTest ./zsh-history.nix {};
+  zoneminder = handleTest ./zoneminder.nix {};
   zookeeper = handleTest ./zookeeper.nix {};
+  zsh-history = handleTest ./zsh-history.nix {};
 }