
The current asciidoc expression is impure; it relies on several tools to be found in PATH at runtime. This commit adds a enableStandardFeatures parameter that, if true, pulls in all dependencies and patches asciidoc to contain full paths to the tools. I've set enableStandardFeatures = false for the existing asciidoc attribute so that the closure size stays unchanged, at 255 MiB. The new asciidocFull attribute (with enableStandardFeatures = true) has a closure size of 1.5 GiB.
Description
No description provided
Languages
Nix
96.3%
Shell
1.8%
Python
0.7%
Perl
0.4%
C
0.3%
Other
0.1%