forked from Fediversity/Fediversity
use submodule
to turn module into type for functionTo
This commit is contained in:
parent
222fca8249
commit
63c200f837
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ in
|
||||||
};
|
};
|
||||||
deployment = mkOption {
|
deployment = mkOption {
|
||||||
description = "Generate a deployment from a configuration";
|
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;
|
readOnly = true;
|
||||||
default =
|
default =
|
||||||
cfg:
|
cfg:
|
||||||
|
|
Loading…
Add table
Reference in a new issue