dream2nix/modules/flake-parts/checks.nix
2023-10-08 14:28:50 +02:00

6 lines
68 B
Nix

{
perSystem = {self', ...}: {
checks = self'.packages;
};
}