Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/options: Relax showOption quoting
124cccb broke the build of NixOS manual. It does not make sense to be as strict as with attributes since we are not limited by the CLI's inability to handle numbers. Placeholders should not be quoted either as they are not part of Nix syntax but a meta-level construct.
- Loading branch information
c652b64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/CLI/Bash