mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
fix: Composer now uses the same php as laravel.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user