| 12 Nov 2023 |
Lily Foster | you can add RUST_LOG=debug env var if you want debugging output that may narrow down where it is going when it fails. also adding --cores 1 to your nix command so that way there's no parallelism | 16:09:03 |
peter-lustig | ah okay | 16:09:03 |
Lily Foster | In reply to @lily:lily.flowers you can add RUST_LOG=debug env var if you want debugging output that may narrow down where it is going when it fails. also adding --cores 1 to your nix command so that way there's no parallelism (env vars for fetcher in buildNpmPackage can be added in postPatch) | 16:09:17 |
Lily Foster | (like postPatch = "export RUST_LOG=debug") | 16:09:40 |
peter-lustig | I wish there weren't these weird issues with these weird workarounds | 16:10:59 |
Lily Foster | this is not a workarojnd | 16:11:18 |
Lily Foster | * this is not a workaround | 16:11:22 |