work: remove nodejs
This commit is contained in:
parent
2286fbc9a2
commit
ed0ae16c4a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user