From 926c900175d4c03fa52513ec4dd2a75124f26e47 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 1 Nov 2022 18:40:45 +0900 Subject: feat(home/base-darwin): add nodejs v16 --- home/profiles/base-darwin/default.nix | 1 + 1 file changed, 1 insertion(+) 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" ]; })) -- cgit 1.4.1