flake.nix: add check outputs
Run nix flake check / build (push) Successful in 1m24s

This commit is contained in:
2026-06-01 17:22:49 +09:00
parent 17ef881254
commit c116674dd1
+10
View File
@@ -201,5 +201,15 @@
};
});
});
checks = forAllSystems (system: _: {
inherit (self.packages.${system})
jmdict
kanjidic2
radkfile
housou-kinshi-yougo
tanos-jlpt
;
});
};
}