summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-03-22 14:12:57 +0100
committerGitHub <noreply@github.com>2018-03-22 14:12:57 +0100
commit76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c (patch)
tree9794c7f9833dac879a538e22daf0b67d0943785d /nixos/release.nix
parent7b539c06297f1ca84e475fb1018fe50114f2447e (diff)
parentfaaf32a0ee3ed3693e87def1fabd6b8a89e29a41 (diff)
downloadnixpkgs-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar
nixpkgs-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.gz
nixpkgs-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.bz2
nixpkgs-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.lz
nixpkgs-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.xz
nixpkgs-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.tar.zst
nixpkgs-76ea0e1b2e0f5b4fd7ab6c43ae5704918bf3413c.zip
Merge pull request #32960 from florianjacob/prosody-0.10
Prosody 0.10.0
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 0b8d7318cd8..9b4aa4b0399 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -344,6 +344,7 @@ in rec {
   tests.predictable-interface-names = callSubTests tests/predictable-interface-names.nix {};
   tests.printing = callTest tests/printing.nix {};
   tests.prometheus = callTest tests/prometheus.nix {};
+  tests.prosody = callTest tests/prosody.nix {};
   tests.proxy = callTest tests/proxy.nix {};
   # tests.quagga = callTest tests/quagga.nix {};
   tests.quake3 = callTest tests/quake3.nix {};