Add lib.mkDefault for non configurable defaults #15
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Xetibo/DashNix#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "mkDefault"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
should fix: https://github.com/Xetibo/DashNix/issues/14
waiting for response before merging.
@ -0,0 +1 @@{lib, ...}: value: lib.mkOverride 999 value999means it has a very low precedence?Looks good to me
@ -0,0 +1 @@{lib, ...}: value: lib.mkOverride 999 valueyes, mkDefault is 1000, but that would conflict with the NixOS default, hence I use 1 below to create a new "default".
Did you test it?
@ -0,0 +1 @@{lib, ...}: value: lib.mkOverride 999 valueAh that makes sense. Not yet.