diff --git a/flake.nix b/flake.nix index 218effd..2481116 100644 --- a/flake.nix +++ b/flake.nix @@ -15,9 +15,8 @@ perSystem = { config, self', inputs', pkgs, system, ... }: { devshells.default = { packages = with pkgs; [ - "just" - "php81" - "php81Packages.composer" + "php82" + "php82Packages.composer" ]; }; };