From e5aeaff08ecd7211f201d38ea518e8ab40f87ecf Mon Sep 17 00:00:00 2001 From: Vika Date: Fri, 13 May 2022 11:31:31 +0300 Subject: flake.nix: push kittybox to checks so Hydra will show it separately --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 7bea7a6..5d1aed1 100644 --- a/flake.nix +++ b/flake.nix @@ -220,6 +220,7 @@ defaultPackage = self.packages.${system}.kittybox; checks = { + kittybox = self.packages.${system}.kittybox; nixos-test = (pkgs.nixosTest ({ lib }: { name = "nixos-kittybox"; -- cgit 1.4.1