14 lines
295 B
Nix
14 lines
295 B
Nix
_: super:
|
|
|
|
let
|
|
custom = super.callPackage ./packages.nix { };
|
|
in
|
|
{
|
|
inherit (custom) agilebits-op;
|
|
inherit (custom) cliclick;
|
|
inherit (custom) fennel-ls;
|
|
inherit (custom) luarocks-jsregexp;
|
|
inherit (custom) phantomjs;
|
|
inherit (custom) q;
|
|
inherit (custom) website-docs-nifoc-pw;
|
|
}
|