Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly report build errors on chrooted stores
When encountering a build error, Nix moves the output paths out of the chroot into their final location (for “easier debugging of build failures”). However this was broken for chroot stores as it was moving it to the _logical_ location, not the _physical_ one. Fix it by moving to the physical (_real_) location. Fix NixOS#8395
- Loading branch information