5 lines
103 B
Nix
5 lines
103 B
Nix
|
self: super: {
|
||
|
arion = super.callPackage ../arion.nix {};
|
||
|
tests = super.callPackage ../tests {};
|
||
|
}
|