Update nodejs version 21 -> 22
This commit is contained in:
parent
405ed0d29d
commit
3fee4a074f
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
|
@ -471,7 +471,7 @@ let user = import ./name.nix; in
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
nodejs_21
|
nodejs_22
|
||||||
gcc
|
gcc
|
||||||
ocamlPackages.lsp
|
ocamlPackages.lsp
|
||||||
ocamlPackages.ocamlformat
|
ocamlPackages.ocamlformat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue