chore(flake): update inputs
includes upadte to node.js 18, since 16 is not supported anymore
This commit is contained in:
parent
d5be5a7508
commit
06e83a66b3
2 changed files with 25 additions and 7 deletions
|
|
@ -11,7 +11,7 @@
|
|||
default = pkgs.mkShell {
|
||||
name = "env";
|
||||
buildInputs = with pkgs; [
|
||||
nodejs-16_x
|
||||
nodejs_18
|
||||
|
||||
# linters & formatters
|
||||
nixfmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue