summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-28 22:25:12 -0400
committerGitHub <noreply@github.com>2018-06-28 22:25:12 -0400
commitba0cd50e85488b192f8f734f3e2fca3225fdeb71 (patch)
treeea29a93035ca0c484b0263a0aeb66c117ea823e2 /nixos/release.nix
parentef7a63e2ef810e5248e04b75f7f8d4e7bc736398 (diff)
parentb6eeeb111c6704c9f0f15f072351330c5af261b1 (diff)
downloadnixlib-ba0cd50e85488b192f8f734f3e2fca3225fdeb71.tar
nixlib-ba0cd50e85488b192f8f734f3e2fca3225fdeb71.tar.gz
nixlib-ba0cd50e85488b192f8f734f3e2fca3225fdeb71.tar.bz2
nixlib-ba0cd50e85488b192f8f734f3e2fca3225fdeb71.tar.lz
nixlib-ba0cd50e85488b192f8f734f3e2fca3225fdeb71.tar.xz
nixlib-ba0cd50e85488b192f8f734f3e2fca3225fdeb71.tar.zst
nixlib-ba0cd50e85488b192f8f734f3e2fca3225fdeb71.zip
Merge pull request #42326 from Ekleog/opensmtpd-test
opensmtpd package and module: add nixos 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 e494fa35029f..0d3ae997469f 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -364,6 +364,7 @@ in rec {
   tests.nsd = callTest tests/nsd.nix {};
   tests.openssh = callTest tests/openssh.nix {};
   tests.openldap = callTest tests/openldap.nix {};
+  tests.opensmtpd = callTest tests/opensmtpd.nix {};
   tests.owncloud = callTest tests/owncloud.nix {};
   tests.pam-oath-login = callTest tests/pam-oath-login.nix {};
   tests.peerflix = callTest tests/peerflix.nix {};