Skip to content

Commit 10ee3ba

Browse files
committed
node: follow the unstable channels for active releases in shell
1 parent 41b5e66 commit 10ee3ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66

77
## patches
88

9+
- `node`: follow the unstable channels for active releases in shell 2026-03-28
910
- `git`: skip signing commits with default unused as warning appear 2026-03-28
1011
- `github-runners`: use known group for darwin dotfiles test runner 2026-03-28
1112
- `nvim`: grab permlink of highlighted changes for shared reference 2026-03-28

programs/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let
4848
nodePackages_latest.bash-language-server # https://github.com/bash-lsp/bash-language-server
4949
nodePackages_latest.prettier # https://github.com/prettier/prettier
5050
nodePackages_latest.typescript-language-server # https://github.com/typescript-language-server/typescript-language-server
51-
nodejs_22 # https://github.com/nodejs/node
51+
nodejs # https://github.com/nodejs/node
5252
pyright # https://github.com/microsoft/pyright
5353
python3 # https://github.com/python/cpython
5454
ruff # https://github.com/astral-sh/ruff

0 commit comments

Comments
 (0)