about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-04-27 18:26:50 +0200
committerGitHub <noreply@github.com>2019-04-27 18:26:50 +0200
commit033882e0b75c8394635cb8cc460f97ba0a0316db (patch)
treed78f93fc6ca97813b78d726f1fbff49007187978 /nixos/tests/all-tests.nix
parent1839b54df02bafbf38594d8194c905e95c51f36e (diff)
parent5b76046db38124ef8cf06dad4dce9e0765ad8ff5 (diff)
downloadnixlib-033882e0b75c8394635cb8cc460f97ba0a0316db.tar
nixlib-033882e0b75c8394635cb8cc460f97ba0a0316db.tar.gz
nixlib-033882e0b75c8394635cb8cc460f97ba0a0316db.tar.bz2
nixlib-033882e0b75c8394635cb8cc460f97ba0a0316db.tar.lz
nixlib-033882e0b75c8394635cb8cc460f97ba0a0316db.tar.xz
nixlib-033882e0b75c8394635cb8cc460f97ba0a0316db.tar.zst
nixlib-033882e0b75c8394635cb8cc460f97ba0a0316db.zip
Merge pull request #60019 from aanderse/nzbget
nzbget: fix broken service, as well as some 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 016e695b3ada..81dc7beb6021 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 {};