mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-18 16:17:18 +02:00
Update src/libstore/local-store.cc
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
7cdaa0b8a6
commit
78e2f931d0
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ LocalStore::LocalStore(const Params & params)
|
||||||
if (!readOnly) {
|
if (!readOnly) {
|
||||||
migrateCASchema(state->db, dbDir + "/ca-schema", globalLock);
|
migrateCASchema(state->db, dbDir + "/ca-schema", globalLock);
|
||||||
} else {
|
} else {
|
||||||
throw Error("need to migrate to CA schema, but this cannot be done in read-only mode");
|
throw Error("need to migrate to content-addressed schema, but this cannot be done in read-only mode");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue