shell.nix: add some more tools
This commit is contained in:
parent
74662af3ef
commit
7297c83cea
@ -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/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user