1
0
Fork 0
nix-overlay/overlay.nix
2022-11-23 22:56:52 +01:00

14 lines
253 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;
}