scion: use mattn/go-sqlite3 instead of modernc.org/sqlite
This may help with path database corruption issues during power outage. mattn/go-sqlite3 is a CGO wrapper for the official sqlite implementation, whereas modernc/sqlite is transpiled from C
This commit is contained in:
parent
d23d7c0273
commit
b7bd9f06e0
@ -35,6 +35,8 @@ buildGoModule {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
tags = [ "sqlite_mattn" ];
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) scion-freestanding-deployment;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user