Bump eval cache schema version

This commit is contained in:
Eelco Dolstra 2022-04-26 17:17:51 +02:00
parent 13d8400ac5
commit 717298c749

View file

@ -47,7 +47,7 @@ struct AttrDb
{
auto state(_state->lock());
Path cacheDir = getCacheDir() + "/nix/eval-cache-v2";
Path cacheDir = getCacheDir() + "/nix/eval-cache-v3";
createDirs(cacheDir);
Path dbPath = cacheDir + "/" + fingerprint.to_string(Base16, false) + ".sqlite";