1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 08:19:35 +01:00

Merge branch 'master' into overlayfs-store

This commit is contained in:
Ben Radford 2023-08-01 12:52:53 +01:00
commit 8225b7a011
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5
12 changed files with 219 additions and 7 deletions

View file

@ -1634,6 +1634,8 @@ void LocalStore::verifyPath(const StorePath & path, std::function<bool(const Sto
canInvalidate = false;
}
auto pathS = printStorePath(path);
if (canInvalidate) {
printInfo("path '%s' disappeared, removing from database...", pathS);
auto state(_state.lock());