From 7297c83cea861c2f2fb5321b0842ff01a58c98bc Mon Sep 17 00:00:00 2001 From: h7x4 <h7x4@nani.wtf> Date: Tue, 11 Mar 2025 22:28:54 +0100 Subject: [PATCH] shell.nix: add some more tools --- nix/shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/shell.nix b/nix/shell.nix index fd5a2d7..36a94e9 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -8,9 +8,9 @@ pkgs.mkShellNoCC { buildInputs = with pkgs; [ phpEnv php84Packages.composer - - sqlite - git + php84Packages.php-parallel-lint + php84Packages.php-cs-fixer + sqlite-interactive ]; shellHook = '' alias runDev='php -S localhost:1080 -d error_reporting=E_ALL -d display_errors=1 -t www/'