forked from Fediversity/Fediversity
use submodule
to turn module into type for functionTo
This commit is contained in:
parent
c94d575392
commit
1cc6a31c9c
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ in
|
|||
};
|
||||
deployment = mkOption {
|
||||
description = "Generate a deployment from a configuration";
|
||||
type = functionTo environment.config.resource-mapping.output-type;
|
||||
type = functionTo (submodule environment.config.resource-mapping.output-type);
|
||||
readOnly = true;
|
||||
default =
|
||||
cfg:
|
||||
|
|
Loading…
Add table
Reference in a new issue