about summary refs log tree commit diff
path: root/nixos/tests/php/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/php/default.nix')
-rw-r--r--nixos/tests/php/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/php/default.nix b/nixos/tests/php/default.nix
index c5735bd664d79..9ab14f722d087 100644
--- a/nixos/tests/php/default.nix
+++ b/nixos/tests/php/default.nix
@@ -3,4 +3,5 @@
   pkgs ? import ../../.. { inherit system config; }
 }: {
   fpm = import ./fpm.nix { inherit system pkgs; };
+  pcre = import ./pcre.nix { inherit system pkgs; };
 }