aboutsummaryrefslogtreecommitdiff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2017-11-12 08:05:27 +0100
committerSarah Brofeldt <sbrofeldt@gmail.com>2017-11-12 08:05:27 +0100
commit58d07e2d6bd4377abe1b5ba1735c256a52ea01bc (patch)
tree74a19b8d597e896a49171d4899f1442072cf5062 /nixos/release-combined.nix
parentc7891595c92f9f687f29d7187b5c87b4042df226 (diff)
php: Add nixos test to ensure php-pcre works in httpd
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 125e6b7050bc..7536bf3e48ef 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -109,6 +109,7 @@ in rec {
(all nixos.tests.nfs3)
(all nixos.tests.nfs4)
(all nixos.tests.openssh)
+ (all nixos.tests.php-pcre)
(all nixos.tests.printing)
(all nixos.tests.proxy)
(all nixos.tests.sddm.default)