summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2018-06-21 13:04:24 +0200
committerLéo Gaspard <leo@gaspard.io>2018-06-21 13:04:24 +0200
commitb6eeeb111c6704c9f0f15f072351330c5af261b1 (patch)
tree094acdd4120cbc5705891eb151cd4a27e302abc4 /nixos/release.nix
parentea145b68a019f6fff89e772e9a6c5f0584acc02c (diff)
downloadnixlib-b6eeeb111c6704c9f0f15f072351330c5af261b1.tar
nixlib-b6eeeb111c6704c9f0f15f072351330c5af261b1.tar.gz
nixlib-b6eeeb111c6704c9f0f15f072351330c5af261b1.tar.bz2
nixlib-b6eeeb111c6704c9f0f15f072351330c5af261b1.tar.lz
nixlib-b6eeeb111c6704c9f0f15f072351330c5af261b1.tar.xz
nixlib-b6eeeb111c6704c9f0f15f072351330c5af261b1.tar.zst
nixlib-b6eeeb111c6704c9f0f15f072351330c5af261b1.zip
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 9b4aa4b0399d..52358b986c4a 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -331,6 +331,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.panamax = callTestOnMatchingSystems ["x86_64-linux"] tests/panamax.nix {};