From c116674dd1e0b879660e6237e54904aa825d4511 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 1 Jun 2026 17:22:49 +0900 Subject: [PATCH] flake.nix: add check outputs --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flake.nix b/flake.nix index 12fdab4..4467292 100644 --- a/flake.nix +++ b/flake.nix @@ -201,5 +201,15 @@ }; }); }); + + checks = forAllSystems (system: _: { + inherit (self.packages.${system}) + jmdict + kanjidic2 + radkfile + housou-kinshi-yougo + tanos-jlpt + ; + }); }; }