work: add tsc

This commit is contained in:
Motiejus Jakštys 2024-03-13 16:37:35 +02:00 committed by Motiejus Jakštys
parent 7f1f7ca9e2
commit 6344240e59

View File

@ -9,6 +9,7 @@
environment.systemPackages = environment.systemPackages =
(with pkgs; [ (with pkgs; [
nodejs nodejs
typescript
concurrently concurrently
google-cloud-sdk google-cloud-sdk
]) ])