9 lines
167 B
Nix
9 lines
167 B
Nix
_: super:
|
|
|
|
let custom = super.callPackage ./packages.nix { }; in
|
|
|
|
{
|
|
inherit (custom) agilebits-op;
|
|
inherit (custom) cliclick;
|
|
inherit (custom) proximity-sort;
|
|
}
|