1
1
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:
Parthiv Seetharaman 2022-01-28 16:18:43 -08:00
parent 97c4ffb426
commit 38b9607613

View File

@ -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 }: