(no title)
zombiezen | 1 year ago
It's a good point about debugging build problems. This is an issue I've experienced in Nix and Bazel as well. I'm not convinced that I have a great solution yet, but at least for my own debugging while using the system, I've included a `zb derivation env` command which spits out a .env file that matches the environment the builder runs under. I'd like to extend that to pop open a shell.
pdimitar|1 year ago
imiric|1 year ago
umanwizard|1 year ago
nurettin|1 year ago
skybrian|1 year ago
Another possibility might be to output a something like a shell script that would do a rebuild the same way, so you can see what it did and hack it when debugging.
photonthug|1 year ago