Evaluating the generated files fails with recent nixpkgs.
error:
… while calling the 'derivationStrict' builtin
at <nix/derivation-internal.nix>:37:12:
36|
37| strict = derivationStrict drvAttrs;
| ^
38|
… while evaluating derivation '_at_playwright_slash_mcp-0.0.64'
whose name attribute is located at /nix/store/9qa4c94rswp05pi33cw8djmr481xfmsb-source/pkgs/stdenv/generic/make-derivation.nix:536:13
… while evaluating attribute 'installPhase' of derivation '_at_playwright_slash_mcp-0.0.64'
at /Users/davidszakallas/Worktrees/profile/devenv/pkgs/npm/_node-env.nix:516:7:
515|
516| installPhase = ''
| ^
517| source ${installPackage}
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: attribute 'src' missing
at /Users/davidszakallas/Worktrees/profile/devenv/pkgs/npm/_node-env.nix:211:53:
210| nodeSources = runCommand "node-sources" {} ''
211| tar --no-same-owner --no-same-permissions -xf ${nodejs.src}
| ^
212| mv node-* $out
Evaluating the generated files fails with recent nixpkgs.