stephank / yarn-plugin-nixify

Yarn v3/v4 plugin to help with Nix packaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`.pnp.cjs` not copied

clansty opened this issue · comments

I ran this package with default configuration and steps listed in README, but .pnp.cjs is not found in result/libexec/<name>

I need to add these to overrideAttrs to fix this now

  installPhase = attrs.installPhase + ''
    cp /build/*/.pnp* "$out/libexec/$name"
  '';

Thanks for reporting this! It should be fixed if you upgrade the plugin now.