WIP: add kanjivg data
All checks were successful
Build and test / build (push) Successful in 8m1s

This commit is contained in:
2026-03-03 13:47:59 +09:00
parent d1a6f39cca
commit 8df3db4c77
7 changed files with 178 additions and 0 deletions

View File

@@ -8,12 +8,18 @@
url = "git+https://git.pvv.ntnu.no/Mugiten/datasources.git";
inputs.nixpkgs.follows = "nixpkgs";
};
kanjivg-src = {
url = "git+https://git.pvv.ntnu.no/mugiten/kanjivg.git";
flake = false;
};
};
outputs = {
self,
nixpkgs,
datasources,
kanjivg-src,
}: let
inherit (nixpkgs) lib;
systems = [