nix: install prettier, also ignore zig-cache/out

This commit is contained in:
Mitchell Hashimoto
2023-09-28 15:07:36 -07:00
parent a0a8901d8b
commit 779611c04b
4 changed files with 16 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
, glxinfo
, ncurses
, nodejs
, nodePackages
, parallel
, pkg-config
, python3
@@ -76,6 +77,9 @@ in mkShell rec {
# For web and wasm stuff
nodejs
# Linting
nodePackages.prettier
# Testing
parallel
python3