feat(laravel): php is now available globally.

This commit is contained in:
Spencer Brower
2022-10-06 15:15:08 -04:00
parent 58d9afc25a
commit 0902eb0cb7

View File

@@ -75,6 +75,7 @@ in
config = lib.mkIf cfg.enable (lib.mkMerge [
{
environment.systemPackages = with pkgs; [
cfg.phpPackage
cfg.phpPackage.packages.composer
];