mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
Bump eval cache schema version
This commit is contained in:
parent
13d8400ac5
commit
717298c749
@ -47,7 +47,7 @@ struct AttrDb
|
|||||||
{
|
{
|
||||||
auto state(_state->lock());
|
auto state(_state->lock());
|
||||||
|
|
||||||
Path cacheDir = getCacheDir() + "/nix/eval-cache-v2";
|
Path cacheDir = getCacheDir() + "/nix/eval-cache-v3";
|
||||||
createDirs(cacheDir);
|
createDirs(cacheDir);
|
||||||
|
|
||||||
Path dbPath = cacheDir + "/" + fingerprint.to_string(Base16, false) + ".sqlite";
|
Path dbPath = cacheDir + "/" + fingerprint.to_string(Base16, false) + ".sqlite";
|
||||||
|
Loading…
Reference in New Issue
Block a user