1
0
Fork 0
nix-overlay/overlay.nix
2022-05-24 10:14:27 +02:00

11 lines
197 B
Nix

_: super:
let custom = super.callPackage ./packages.nix { }; in
{
inherit (custom) agilebits-op;
inherit (custom) cliclick;
inherit (custom) phantomjs;
inherit (custom) proximity-sort;
}