Add kana independent search with tamerye extension

This commit is contained in:
2026-06-04 02:00:00 +09:00
parent ce45ae7cc8
commit e93cd0df4b
7 changed files with 124 additions and 15 deletions
+8
View File
@@ -1,6 +1,10 @@
{
src,
buildDartApplication,
sqlite,
callPackage,
path,
}:
buildDartApplication {
pname = "jadb-database-tool";
@@ -32,5 +36,9 @@ buildDartApplication {
autoPubspecLock = ../pubspec.lock;
customSourceBuilders.sqlite3 = callPackage "${path}/pkgs/development/compilers/dart/package-source-builders/sqlite3/default.nix" {
inherit sqlite;
};
meta.mainProgram = "jadb";
}