about summary refs log tree commit diff
path: root/home/profiles/base-darwin/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-20 10:10:39 +0900
committersefidel <contact@sefidel.net>2023-07-20 10:10:39 +0900
commitdf2b5508fa05583829c51e7470c2641a39fe3291 (patch)
tree2a64dbb079365d62cb42f67a785a3b4300771827 /home/profiles/base-darwin/default.nix
parentafb9c44ad140622830d9f8f0171d649da071050a (diff)
downloadnixrc-df2b5508fa05583829c51e7470c2641a39fe3291.tar.gz
nixrc-df2b5508fa05583829c51e7470c2641a39fe3291.zip
fix(profiles/base-darwin): don't pin nodejs version
Diffstat (limited to 'home/profiles/base-darwin/default.nix')
-rw-r--r--home/profiles/base-darwin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix
index c09c66b..ea334a8 100644
--- a/home/profiles/base-darwin/default.nix
+++ b/home/profiles/base-darwin/default.nix
@@ -40,7 +40,7 @@ in
       pkgs.pinentry_mac
 
       pkgs.neovim
-      pkgs.nodejs-16_x
+      pkgs.nodejs
 
       # Common build tools
       (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = [ "rust-src" ]; }))