From 0902eb0cb788979db1785f6f460af2ff470bd0e2 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Thu, 6 Oct 2022 15:15:08 -0400 Subject: [PATCH] feat(laravel): `php` is now available globally. --- nixos/modules/web-apps/laravel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/web-apps/laravel.nix b/nixos/modules/web-apps/laravel.nix index a3a2f40..16927da 100644 --- a/nixos/modules/web-apps/laravel.nix +++ b/nixos/modules/web-apps/laravel.nix @@ -75,6 +75,7 @@ in config = lib.mkIf cfg.enable (lib.mkMerge [ { environment.systemPackages = with pkgs; [ + cfg.phpPackage cfg.phpPackage.packages.composer ];