summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-25 14:54:34 -0500
committerGitHub <noreply@github.com>2018-04-25 14:54:34 -0500
commite4d2d32a32c2523dcab34200fce7f58196ab5c54 (patch)
treee01184ef46227de15078d892327b4a430da881d5 /nixos/release.nix
parent160d9ed652a56c804b3aaa012c9dec2aafef42df (diff)
parentfe840cd3339eba56855840630d22889ee1424bfb (diff)
Merge pull request #33679 from flokli/deluge-module
Deluge: use mkEnableOption, add test
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 5d3c3de08dac3..2f779280e6b23 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -268,6 +268,7 @@ in rec {
   tests.containers-hosts = callTest tests/containers-hosts.nix {};
   tests.containers-macvlans = callTest tests/containers-macvlans.nix {};
   tests.couchdb = callTest tests/couchdb.nix {};
+  tests.deluge = callTest tests/deluge.nix {};
   tests.docker = callTestOnMatchingSystems ["x86_64-linux"] tests/docker.nix {};
   tests.docker-tools = callTestOnMatchingSystems ["x86_64-linux"] tests/docker-tools.nix {};
   tests.docker-tools-overlay = callTestOnMatchingSystems ["x86_64-linux"] tests/docker-tools-overlay.nix {};