| 23 Sep 2025 |
Albert Larsan | Each package gets its own node_modules, but only one lockfile is generated (sometimes) | 18:08:04 |
Albert Larsan | The issue you face is that some of the "internal" dependencies (ie in the same repo) are using types (in the dev-deps), but the main package does not include them in the repo's package.json (only in NPM's package.json) | 18:14:20 |
Albert Larsan | One thing to try is to use NPM's package.json, but the repo's sources (then it may work) | 18:16:08 |
| 26 Sep 2025 |
| @acidbong:envs.net left the room. | 03:21:33 |
| 29 Sep 2025 |
Emma [it/its] | Q: is there a way to make buildNpmPackage split up dependency fetches into separate drvs? | 23:42:45 |
Emma [it/its] | i guess that'd add evaluator overhead, but would help a lot with all the redownloading when iterating over builds with minor package set changes | 23:43:59 |