php: pass composer to devShell

This commit is contained in:
Martin Toman 2022-09-17 14:08:43 -07:00
parent 20153fa376
commit 15182b6677
4 changed files with 6 additions and 0 deletions

View File

@ -213,6 +213,7 @@
name
pkg
php
composer
;
inherit (pkgs) mkShell;
};

View File

@ -3,10 +3,12 @@
pkg,
mkShell,
php,
composer,
}:
mkShell {
buildInputs = [
php
composer
];
shellHook = let
vendorDir =

View File

@ -173,6 +173,7 @@
name
pkg
php
composer
;
inherit (pkgs) mkShell;
};

View File

@ -3,10 +3,12 @@
pkg,
mkShell,
php,
composer,
}:
mkShell {
buildInputs = [
php
composer
];
shellHook = let
vendorDir =