fix: use nodejs binary instead of nodejs_22 (cached)

This commit is contained in:
maulanasdqn
2026-02-14 17:43:42 +07:00
parent 708cbde596
commit f846a5a785
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
# Development shell
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
nodejs_22
nodejs
nodePackages.npm
bun