vars-check: enable debug logging for cache misses

This commit is contained in:
DavHau
2025-06-18 21:00:46 +07:00
parent ec46674f1c
commit 020c74de92
2 changed files with 6 additions and 0 deletions

View File

@@ -659,6 +659,8 @@ class Flake:
nix_metadata,
)
log.debug(f"Invalidating cache for {self.identifier}")
self.prefetch()
self._cache = FlakeCache()