diff --git a/flake.nix b/flake.nix index dc79cdefd..9795525cc 100644 --- a/flake.nix +++ b/flake.nix @@ -15,10 +15,9 @@ }; phpPackages = pkgs.php83Packages; in - with pkgs; { - devShells.${system}.default = mkShell { - packages = [ + devShells.${system}.default = pkgs.mkShell { + packages = with pkgs; [ just php phpactor