nix: update to php 8.2

This commit is contained in:
Matthew Penner 2024-03-16 14:01:51 -06:00
parent f0489f677b
commit 787bf34a59
No known key found for this signature in database
3 changed files with 72 additions and 190 deletions

View file

@ -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 = ''