I’m trying to start a project with Deno’s Fresh but am running into a weird mismatch with the node version. Both my global config and shell flake use an up to date nodejs (20.19.5, 22.20.0), but deno reports using 20.11.1 when running the dev command.
Here’s a gist of the flake and log. Using deno from a normal nix-shell -p deno has the same result.