Files
Enzime 94605e9496 devShells: fix build failing due to strict sandboxing
This is because `nodePackages.npm` is an alias of `nodejs` with `overrideAttrs`
to override `mainProgram` to `npm`. Currently these aliases are not cached in
the binary cache, so the easiest fix is to instead use `nodejs`.
2025-09-19 10:28:11 +02:00
..