From 264700c9fd63a5c2a2f7b0976f838c75b6690f25 Mon Sep 17 00:00:00 2001 From: Qyriad Date: Mon, 30 Mar 2026 13:39:56 +0200 Subject: [PATCH] nix: add tests as a "package" in the flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 6d53131..d2a9974 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,7 @@ packages = extraVersions // { default = dynix; inherit dynix; + tests = self.packages.${system}.dynix.allTests; }; devShells = extraDevShells // {