Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
processGraph(): Don't throw ThreadPoolShutDown if there is an exception
Fixes $ nix copy --derivation --to /tmp/nix /nix/store/... error: cannot enqueue a work item while the thread pool is shutting down The ThreadPoolShutDown exception was hiding the reason for the thread pool shut down, e.g. error: cannot add path '/nix/store/03sl46khd8gmjpsad7223m32ma965vy9-fix-static.patch' because it lacks a signature by a trusted key
- Loading branch information