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:
matthewcroughan 2024-07-02 15:02:05 +01:00 committed by Valentin Gagarin
parent d23d7c0273
commit b7bd9f06e0

View File

@ -35,6 +35,8 @@ buildGoModule {
doCheck = true;
tags = [ "sqlite_mattn" ];
passthru.tests = {
inherit (nixosTests) scion-freestanding-deployment;
};