5 lines
77 B
Nix
5 lines
77 B
Nix
|
{ prev, ... }:
|
||
|
{
|
||
|
ooye = prev.callPackage ../custom/ooye/package.nix { };
|
||
|
}
|