nixos/php: Move the pcre tests to the php test attribute

This commit is contained in:
Elis Hirwing
2020-04-05 16:44:59 +02:00
committed by talyz
parent 29e1f0d169
commit 0dc95728ba
6 changed files with 21 additions and 22 deletions
+1
View File
@@ -3,4 +3,5 @@
pkgs ? import ../../.. { inherit system config; }
}: {
fpm = import ./fpm.nix { inherit system pkgs; };
pcre = import ./pcre.nix { inherit system pkgs; };
}