diff --git a/nixos/modules/web-apps/laravel.nix b/nixos/modules/web-apps/laravel.nix index 8330a3b..264d04d 100644 --- a/nixos/modules/web-apps/laravel.nix +++ b/nixos/modules/web-apps/laravel.nix @@ -75,7 +75,7 @@ in config = lib.mkIf cfg.enable (lib.mkMerge [ { environment.systemPackages = with pkgs; [ - php.packages.composer + cfg.phpPackage.packages.composer ]; services.phpfpm.phpPackage = cfg.phpPackage;