Skip to content

Commit

Permalink
Update src/libfetchers/cache.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Nov 22, 2024
1 parent 4d50e57 commit 7cf3c9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libfetchers/cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ struct CacheImpl : Cache
{
auto state(_state.lock());

<<<<<<< HEAD
auto dbPath = getCacheDir() + "/nix/fetcher-cache-v2.sqlite";
=======
auto dbPath = getCacheDir() + "/fetcher-cache-v3.sqlite";
>>>>>>> e948c8e03 (Bump fetcher cache version)
createDirs(dirOf(dbPath));

state->db = SQLite(dbPath);
Expand Down

0 comments on commit 7cf3c9c

Please sign in to comment.