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 ];