nix: add tests as a "package" in the flake

This commit is contained in:
Qyriad 2026-03-30 13:39:56 +02:00
parent adaa020029
commit 264700c9fd

View file

@ -46,6 +46,7 @@
packages = extraVersions // { packages = extraVersions // {
default = dynix; default = dynix;
inherit dynix; inherit dynix;
tests = self.packages.${system}.dynix.allTests;
}; };
devShells = extraDevShells // { devShells = extraDevShells // {