Update the nix shell configuration for using php 8.2
continuous-integration/drone/push Build is passing Details

main
KKlochko 2 years ago
parent 2597cfb7a5
commit d18cd664ed

@ -2,8 +2,8 @@
pkgs.mkShell { pkgs.mkShell {
name = "MyPHPShell"; name = "MyPHPShell";
buildInputs = with pkgs; [ buildInputs = with pkgs; [
php80 php82
php80Packages.composer php82Packages.composer
]; ];
shellHook = '' shellHook = ''

Loading…
Cancel
Save