Automated commit
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
375df89de9
commit
0418d315eb
2 changed files with 16 additions and 1 deletions
|
@ -3,5 +3,9 @@
|
|||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [ pkgs.php ];
|
||||
packages = with pkgs; [
|
||||
php
|
||||
phpPackages.composer
|
||||
phpactor
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue