chore(flake): update to node.js 22
This commit is contained in:
parent
06e83a66b3
commit
eb21f4e01f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
name = "env";
|
name = "env";
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
nodejs_18
|
nodejs_22
|
||||||
|
|
||||||
# linters & formatters
|
# linters & formatters
|
||||||
nixfmt
|
nixfmt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue