Refactor
This commit is contained in:
parent
16355d8cde
commit
fbd7c1866f
4 changed files with 26 additions and 24 deletions
|
@ -4,16 +4,15 @@
|
|||
pkgs,
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
php83
|
||||
php83Packages.composer
|
||||
]
|
||||
++ commonPhpPackages;
|
||||
with pkgs;
|
||||
|
||||
mkShell {
|
||||
packages = [
|
||||
php83
|
||||
php83Packages.composer
|
||||
] ++ commonPhpPackages;
|
||||
|
||||
shellHook = ''
|
||||
${lib.getExe pkgs.php83} --version
|
||||
${lib.getExe php83} --version
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue