all repos — nixfiles @ 0d51f26fe479443848181e20e45c236768132ffd

System and user configuration, managed by nix and home-manager

Remove command-help Unused, doesn't work properly on macOS anyway

Alan Pearce
commit

0d51f26fe479443848181e20e45c236768132ffd

parent

637c2437f01775fa0f10b5bac451e3b949d47077

1 file changed, 0 insertions(+), 1 deletion(-)

changed files
M user/overlays/extra-packages.nixuser/overlays/extra-packages.nix
@@ -2,5 +2,4 @@ self: super:
{ lumen = super.callPackage ../packages/lumen {}; node2nixPackages = super.callPackage ../packages/node2nix {}; - command-help = super.callPackage ../packages/command-help {}; }