about summary refs log tree commit diff
path: root/nixos/release-small.nix
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2020-03-31 19:06:04 +0200
committertalyz <kim.lindberger@gmail.com>2020-04-05 16:44:59 +0200
commit0dc95728bac36c3711009e0611b7b31c402a959e (patch)
tree9e7bcb8270b40aca70370efe2becdebd461731a3 /nixos/release-small.nix
parent29e1f0d1691ee1b02dc9dd2af24a6f1b169a1f21 (diff)
nixos/php: Move the pcre tests to the php test attribute
Diffstat (limited to 'nixos/release-small.nix')
-rw-r--r--nixos/release-small.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 2a15073b6698c..d78788d053154 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -40,7 +40,7 @@ in rec {
         nat
         nfs3
         openssh
-        php-pcre
+        php
         predictable-interface-names
         proxy
         simple;
@@ -108,7 +108,7 @@ in rec {
         "nixos.tests.nat.standalone.x86_64-linux"
         "nixos.tests.nfs3.simple.x86_64-linux"
         "nixos.tests.openssh.x86_64-linux"
-        "nixos.tests.php-pcre.x86_64-linux"
+        "nixos.tests.php.x86_64-linux"
         "nixos.tests.predictable-interface-names.predictable.x86_64-linux"
         "nixos.tests.predictable-interface-names.predictableNetworkd.x86_64-linux"
         "nixos.tests.predictable-interface-names.unpredictable.x86_64-linux"