10 lines
131 B
Nix
10 lines
131 B
Nix
with import <stockholm/lib>;
|
|
|
|
self: super:
|
|
|
|
{
|
|
test = {
|
|
infest-cac-centos7 = self.callPackage ./infest-cac-centos7 {};
|
|
};
|
|
}
|