dream2nix/modules/flake-parts/checks.nix

6 lines
68 B
Nix
Raw Normal View History

2023-10-08 15:25:58 +03:00
{
perSystem = {self', ...}: {
checks = self'.packages;
};
}