revert submodule wrapper to align with module functions already doing types #2

Closed
kiara wants to merge 37 commits from kiara/Fediversity:fix-submodule-type into main
Showing only changes of commit 753dd0e037 - Show all commits

View file

@ -159,7 +159,7 @@ in
};
deployment = mkOption {
description = "Generate a deployment from a configuration";
type = functionTo (submodule environment.config.resource-mapping.output-type);
type = functionTo environment.config.resource-mapping.output-type;
readOnly = true;
default =
cfg: