Maybe I just misunderstand how to use the resulting yarn-project.nix, but from what I see it only generates a single derivation for the root package.json, instead of one derivation per package/workspace in the monorepo.
Ideally, a derivation should be generated for every package of a monorepo like dream2nix does for npm 8+ workspaces so they can be cached separately.
Maybe I just misunderstand how to use the resulting
yarn-project.nix, but from what I see it only generates a single derivation for the root package.json, instead of one derivation per package/workspace in the monorepo.Ideally, a derivation should be generated for every package of a monorepo like dream2nix does for npm 8+ workspaces so they can be cached separately.