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