forked from Fediversity/Fediversity
Revert "use submodule
to turn module into type for functionTo
"
This reverts commit 0f7da57392
.
This commit is contained in:
parent
37fd4d6642
commit
753dd0e037
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue