Revert "use submodule to turn module into type for functionTo"

This reverts commit 0f7da57392.
This commit is contained in:
Kiara Grouwstra 2025-07-27 16:43:36 +02:00
parent 37fd4d6642
commit 753dd0e037
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

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: