chore(flake): update inputs

includes upadte to node.js 18, since 16 is not supported anymore
This commit is contained in:
Felix Schröter 2024-12-15 14:06:47 +01:00
parent d5be5a7508
commit 06e83a66b3
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 25 additions and 7 deletions

View file

@ -11,7 +11,7 @@
default = pkgs.mkShell {
name = "env";
buildInputs = with pkgs; [
nodejs-16_x
nodejs_18
# linters & formatters
nixfmt