1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Merge pull request #11932 from NixOS/mergify/bp/2.24-maintenance/pr-11915

Bump fetcher cache version (backport #11915)
This commit is contained in:
Jörg Thalheim 2024-11-23 09:31:55 +01:00 committed by GitHub
commit fc11659148
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ struct CacheImpl : Cache
{ {
auto state(_state.lock()); auto state(_state.lock());
auto dbPath = getCacheDir() + "/nix/fetcher-cache-v2.sqlite"; auto dbPath = getCacheDir() + "/nix/fetcher-cache-v3.sqlite";
createDirs(dirOf(dbPath)); createDirs(dirOf(dbPath));
state->db = SQLite(dbPath); state->db = SQLite(dbPath);