1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00

Update src/libstore/sqlite.hh

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
Ben Radford 2023-06-19 16:01:43 +01:00 committed by GitHub
parent 0b3fa995e5
commit 4e72b8483e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ enum class SQLiteOpenMode {
* Use this mode if the database is on a read-only filesystem. * Use this mode if the database is on a read-only filesystem.
* Fails with an error if the database does not exist. * Fails with an error if the database does not exist.
*/ */
Immutable Immutable,
}; };
/** /**