Open
Description
Describe the bug
nix-collect-garbage --help
shows 2 error messages (instead of the help text):
sh: line 1: nroff: command not found
sh: line 1: tbl: command not found
Steps To Solve
Install pkgs.groff
(explicit)
Expected behavior
nix-collect-garbage --help
should work without installing groff
/a new package.
Metadata
nix-env (Nix) 2.24.12
Additional context
I haven't tested it (I'm in hurry, sry), but maybe my config documentation.man.enable = false;
is the/a cause …?
And I also have bat
+ bat-extras.batman
installed and have set the Bash alias man = "batman";
.
Checklist
- checked latest Nix manual (source)
- checked open bug issues and pull requests for possible duplicates
- (I looked for
groff
+tbl
w/o luck …)
- (I looked for
Add 👍 to issues you find important.