chore: Remove Node.JS from the nix shell

This commit is contained in:
Tera << 8 2025-03-18 20:36:00 -04:00
parent 83f80af405
commit 1cefe64f88
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -3,7 +3,6 @@
}: pkgs.mkShell {
buildInputs = with pkgs; [
# api/
nodejs
go
gopls
];