12 lines
219 B
Nix
12 lines
219 B
Nix
_: super:
|
|
|
|
let
|
|
custom = super.callPackage ./packages.nix { };
|
|
in
|
|
{
|
|
inherit (custom) agilebits-op;
|
|
inherit (custom) cliclick;
|
|
inherit (custom) fennel-luajit;
|
|
inherit (custom) phantomjs;
|
|
inherit (custom) q;
|
|
}
|