summaryrefslogtreecommitdiffstats
path: root/modules/plugins/utility/crazy-coverage/default.nix
blob: c80cee3d0e19fd469c43b670829ea40081ab7b68 (plain)
1
2
3
4
5
6
_: {
  imports = [
    ./crazy-coverage.nix
    ./config.nix
  ];
}