Open
Description
Describe the bug
For instance, hitting Ctrl-C during
nix eval --impure --expr 'builtins.fetchurl "s3://highlighter-public/405b3ba02ccb2f07ec6aba9f233d4194.mp4?region=ap-southeast-2"'
does nothing.
Steps To Reproduce
Expected behavior
Nix should exit with error: interrupted by the user
quickly.
Probably the easiest way to do this is to have S3Helper::getObject()
use an std::stringstream
wrapper that calls checkInterrupt()
.
nix-env --version
output
Additional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.