nix: update to php 8.2
This commit is contained in:
parent
f0489f677b
commit
787bf34a59
3 changed files with 72 additions and 190 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
composer ? null,
|
||||
php81WithExtensions ? null,
|
||||
phpWithExtensions ? null,
|
||||
pkgs ? import <nixpkgs> {},
|
||||
}:
|
||||
with pkgs;
|
||||
|
@ -10,7 +10,7 @@ with pkgs;
|
|||
composer
|
||||
nodejs_18
|
||||
nodePackages.yarn
|
||||
php81WithExtensions
|
||||
phpWithExtensions
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue