nixos/php: Add tests for phpfpm
This test checks that we evaluate PHP properly and that certain extensions are actually loaded.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ system ? builtins.currentSystem,
|
||||
config ? {},
|
||||
pkgs ? import ../../.. { inherit system config; }
|
||||
}: {
|
||||
fpm = import ./fpm.nix { inherit system pkgs; };
|
||||
}
|
||||
Reference in New Issue
Block a user