Open kirillrdy opened 1 year ago
I am seeing this issue. One workaround that may work is to delete the derivation with nix-store --delete /path [--ignore-liveness]
.
@abhillman wrong issue?
@kirillrdy I suspect it's due to stderr not being a tty any more. Not sure what to do about it
Describe the bug
Sorry for vague title.
fetchurl
fromnixpkgs
and other dependents egfetchzip
use curl to fetch files. curl usually prints download progress.When called from builder however curl doesn't print progress, and it looks as if download is not progressing
Steps To Reproduce here is minimal derivation to reproduce
curl.nix
builder.sh
Expected behavior
expect to see progress from curl
nix-env --version
outputAdditional context
I've managed to isolate the issue to this line
https://github.com/NixOS/nix/blob/master/src/libstore/build/local-derivation-goal.cc#L854
removing this line, fixes the curl issue, but obviously it breaks a bunch of other things, I am not familiar enough with this area to fix all the issues, hoping that this makes more sense for nix developers/maintainers
Priorities
Add :+1: to issues you find important.