summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-04-22 08:06:33 -0400
committerAaron Andersen <aaron@fosslib.net>2019-04-25 20:28:39 -0400
commit5b76046db38124ef8cf06dad4dce9e0765ad8ff5 (patch)
tree002b7103fc65cece380d92710791125105a0743c /nixos/tests/all-tests.nix
parent2024421f047d43fa6e18893d595ec183be5fbdc0 (diff)
downloadnixpkgs-5b76046db38124ef8cf06dad4dce9e0765ad8ff5.tar
nixpkgs-5b76046db38124ef8cf06dad4dce9e0765ad8ff5.tar.gz
nixpkgs-5b76046db38124ef8cf06dad4dce9e0765ad8ff5.tar.bz2
nixpkgs-5b76046db38124ef8cf06dad4dce9e0765ad8ff5.tar.lz
nixpkgs-5b76046db38124ef8cf06dad4dce9e0765ad8ff5.tar.xz
nixpkgs-5b76046db38124ef8cf06dad4dce9e0765ad8ff5.tar.zst
nixpkgs-5b76046db38124ef8cf06dad4dce9e0765ad8ff5.zip
nixos/nzbget: fix broken service, add a nixos test, as well as some general improvements
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 a1871ee5f90..b0957f09560 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -172,6 +172,7 @@ in
   nix-ssh-serve = handleTest ./nix-ssh-serve.nix {};
   novacomd = handleTestOn ["x86_64-linux"] ./novacomd.nix {};
   nsd = handleTest ./nsd.nix {};
+  nzbget = handleTest ./nzbget.nix {};
   openldap = handleTest ./openldap.nix {};
   opensmtpd = handleTest ./opensmtpd.nix {};
   openssh = handleTest ./openssh.nix {};