summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/test/default.nix
blob: 5ee8f913b964eb3a2bbca2142c887030cd0a4df4 (plain)
1
2
3
4
5
6
7
8
9
with import <stockholm/lib>;

self: super:

{
  test = {
    infest-cac-centos7 = self.callPackage ./infest-cac-centos7 {};
  };
}