From d18cd664ed15aba485d6a6da924171937bcd799f Mon Sep 17 00:00:00 2001 From: KKlochko Date: Mon, 8 May 2023 13:24:32 +0300 Subject: [PATCH] Update the nix shell configuration for using php 8.2 --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 5457e54..e756287 100644 --- a/shell.nix +++ b/shell.nix @@ -2,8 +2,8 @@ pkgs.mkShell { name = "MyPHPShell"; buildInputs = with pkgs; [ - php80 - php80Packages.composer + php82 + php82Packages.composer ]; shellHook = ''