work: remove nodejs

This commit is contained in:
Motiejus Jakštys 2024-03-14 11:17:35 +02:00 committed by Motiejus Jakštys
parent 2286fbc9a2
commit ed0ae16c4a

View File

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