flake.nix: set checks = packages

This commit is contained in:
Astro 2021-04-02 03:09:06 +02:00
parent c6de032ff3
commit 5023f0a2df
1 changed files with 2 additions and 0 deletions

View File

@ -43,5 +43,7 @@
builtins.elem role [ "server" "container" ]
) self.lib.config.site.hosts
);
checks = self.packages;
};
}