6 lines
71 B
Nix
6 lines
71 B
Nix
|
self: super:
|
||
|
|
||
|
{
|
||
|
site-max = super.callPackage ../pkgs/site-max { };
|
||
|
}
|