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; [
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/'