5 lines
94 B
Nix
5 lines
94 B
Nix
{ final, prev, ... }:
|
|
{
|
|
deskwhich = prev.callPackage ../custom/deskwhich/package.nix { };
|
|
}
|