Merge master into haskell-updates

This commit is contained in:
github-actions[bot] 2022-03-17 00:10:36 +00:00 committed by GitHub
commit 6863d678bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
164 changed files with 2242 additions and 1349 deletions

View file

@ -231,7 +231,7 @@ rec {
then true
else opt.visible or true;
readOnly = opt.readOnly or false;
type = opt.type.description or null;
type = opt.type.description or "unspecified";
}
// optionalAttrs (opt ? example) { example = scrubOptionValue opt.example; }
// optionalAttrs (opt ? default) { default = scrubOptionValue opt.default; }