summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-02-17 13:36:28 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-02-17 16:43:41 +0000
commitba27be7955632b1d470ed86a260b7cac3cf03fd8 (patch)
treee5ee290368dd5cfa8a53b222ea8c3085b967d0b9 /nixos/release.nix
parent03d9a36941d5d7366dca4de36894f1c3fb5340e4 (diff)
downloadnixpkgs-ba27be7955632b1d470ed86a260b7cac3cf03fd8.tar
nixpkgs-ba27be7955632b1d470ed86a260b7cac3cf03fd8.tar.gz
nixpkgs-ba27be7955632b1d470ed86a260b7cac3cf03fd8.tar.bz2
nixpkgs-ba27be7955632b1d470ed86a260b7cac3cf03fd8.tar.lz
nixpkgs-ba27be7955632b1d470ed86a260b7cac3cf03fd8.tar.xz
nixpkgs-ba27be7955632b1d470ed86a260b7cac3cf03fd8.tar.zst
nixpkgs-ba27be7955632b1d470ed86a260b7cac3cf03fd8.zip
nixos/powerdns: 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 6bf2e4d8c7f..5c179767fb6 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -329,6 +329,7 @@ in rec {
   tests.postgresql = callSubTests tests/postgresql.nix {};
   tests.pgmanage = callTest tests/pgmanage.nix {};
   tests.postgis = callTest tests/postgis.nix {};
+  tests.powerdns = callTest tests/powerdns.nix {};
   #tests.pgjwt = callTest tests/pgjwt.nix {};
   tests.predictable-interface-names = callSubTests tests/predictable-interface-names.nix {};
   tests.printing = callTest tests/printing.nix {};