diff --git a/flake.nix b/flake.nix index bff2f3531..f6a5757bc 100644 --- a/flake.nix +++ b/flake.nix @@ -7,10 +7,10 @@ system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; in + with pkgs; { - - devShells.${system}.default = pkgs.mkShell { - packages = with pkgs; [ + devShells.${system}.default = mkShell { + packages = [ just php83 php83Packages.composer