work: remove nodejs

main
Motiejus Jakštys 2024-03-14 11:17:35 +02:00 committed by Motiejus Jakštys
parent 2286fbc9a2
commit ed0ae16c4a
1 changed files with 5 additions and 5 deletions

View File

@ -8,14 +8,14 @@
environment.systemPackages =
(with pkgs; [
swc
nodejs
typescript
concurrently
#swc
#nodejs
#typescript
#concurrently
google-cloud-sdk
])
++ (with pkgs.pkgs-unstable; [
turbo
#turbo
]);
virtualisation.docker.enable = true;