forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! fix setting default exporter settings
`v.default` always fails because v is the (boolean) attrvalue of the default settings. `lib.mkOptionDefault v` would work fine. But let's just plainly set the default option value. This way, we can later convert the `settings` option to use @Atemu's `defaultPriority` (NixOS#296979) without forcing users to update their config.
- Loading branch information
1 parent
416dd4d
commit d124eed
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters