Extract a list of common PHP packages
This commit is contained in:
parent
a7e145a3af
commit
7213017208
5 changed files with 16 additions and 10 deletions
|
@ -1,3 +1,5 @@
|
|||
{ commonPhpPackages, ... }:
|
||||
|
||||
{
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
|
@ -6,8 +8,7 @@
|
|||
packages = with pkgs; [
|
||||
php82
|
||||
php82Packages.composer
|
||||
phpactor
|
||||
];
|
||||
] ++ commonPhpPackages pkgs;
|
||||
|
||||
shellHook = ''
|
||||
php --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue