refactor: remove nodemon

Removing this as I mostly use `inotifywait` via the `watch-changes`
script instead of nodemon.
This commit is contained in:
Oliver Davies 2023-09-18 22:42:41 +01:00
parent c29c49d5dd
commit ec344fd4f5
2 changed files with 0 additions and 13 deletions

View file

@ -25,7 +25,6 @@ with pkgs; [
neofetch
nodePackages."http-server"
nodePackages.eslint
nodePackages.nodemon
nodePackages.prettier
nodejs
php81