about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-11-01 18:40:45 +0900
committersefidel <contact@sefidel.net>2022-11-01 18:40:45 +0900
commit926c900175d4c03fa52513ec4dd2a75124f26e47 (patch)
tree293e3f736f8fd1e088917095e6717086b58e4596 /home/profiles
parent0c487b4c4a6ccfbee09e27113a7a7f698903a30a (diff)
downloadnixrc-926c900175d4c03fa52513ec4dd2a75124f26e47.tar.gz
nixrc-926c900175d4c03fa52513ec4dd2a75124f26e47.zip
feat(home/base-darwin): add nodejs v16
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/base-darwin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix
index 703ba67..3aa915b 100644
--- a/home/profiles/base-darwin/default.nix
+++ b/home/profiles/base-darwin/default.nix
@@ -41,6 +41,7 @@ in
       pkgs.pinentry_mac
 
       neovim
+      pkgs.nodejs-16_x
 
       # Common build tools
       (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = [ "rust-src" ]; }))