mirror of
https://github.com/divnix/digga.git
synced 2024-12-22 23:51:39 +03:00
customBuilds: use mkDefault for freeform type
This commit is contained in:
parent
97c4ffb426
commit
38b9607613
@ -26,7 +26,7 @@
|
||||
else nixos-generators);
|
||||
in
|
||||
# ensure these builds can be overriden by other modules
|
||||
lib.mkBefore builds;
|
||||
lib.mkDefault builds;
|
||||
};
|
||||
|
||||
hmNixosDefaults = { specialArgs, modules }:
|
||||
|
Loading…
Reference in New Issue
Block a user