shell.nix: add sql formatter

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-18 21:13:20 +01:00
parent 8a1ff1a265
commit 0653672a17
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -11,6 +11,7 @@ pkgs.mkShellNoCC {
php84Packages.php-parallel-lint
php84Packages.php-cs-fixer
sqlite-interactive
sql-formatter
];
shellHook = ''
alias runDev='php -S localhost:1080 -d error_reporting=E_ALL -d display_errors=1 -t www/'