test: add nova-stats unit tests, wire to nix flake check

This commit is contained in:
Damocles 2026-04-15 02:15:56 +02:00
parent 136ff53cb5
commit e55c8379ec
2 changed files with 298 additions and 47 deletions

View file

@ -91,6 +91,7 @@
{
formatting = treefmt-eval.config.build.check self;
build = self.packages.${pkgs.stdenv.hostPlatform.system}.default;
nova-stats = self.packages.${pkgs.stdenv.hostPlatform.system}.nova-stats;
}
);