shell.nix: add some more tools

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-11 22:28:54 +01:00
parent 74662af3ef
commit 7297c83cea
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -8,9 +8,9 @@ pkgs.mkShellNoCC {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
phpEnv phpEnv
php84Packages.composer php84Packages.composer
php84Packages.php-parallel-lint
sqlite php84Packages.php-cs-fixer
git sqlite-interactive
]; ];
shellHook = '' shellHook = ''
alias runDev='php -S localhost:1080 -d error_reporting=E_ALL -d display_errors=1 -t www/' alias runDev='php -S localhost:1080 -d error_reporting=E_ALL -d display_errors=1 -t www/'