diff options
author | sefidel <contact@sefidel.net> | 2023-07-20 10:10:39 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-20 10:10:39 +0900 |
commit | df2b5508fa05583829c51e7470c2641a39fe3291 (patch) | |
tree | 2a64dbb079365d62cb42f67a785a3b4300771827 /home/profiles | |
parent | afb9c44ad140622830d9f8f0171d649da071050a (diff) | |
download | nixrc-df2b5508fa05583829c51e7470c2641a39fe3291.tar.gz nixrc-df2b5508fa05583829c51e7470c2641a39fe3291.zip |
fix(profiles/base-darwin): don't pin nodejs version
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base-darwin/default.nix | 2 |
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" ]; })) |