Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better detect when
buildPaths
would be a no-op
`buildPaths` can be called even for stores where it's not defined in case it's bound to be a no-op. The “no-op detection” mechanism was only detecting the case wher `buildPaths` was called on a set of (non-drv) paths that were already present on the store. This commit extends this mechanism to also detect the case where `buildPaths` is called on a set of derivation outputs which are already built on the store.
- Loading branch information