forked from fediversity/fediversity
fix application resource type
This commit is contained in:
parent
86b5d4ea67
commit
7234b55c40
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ in
|
||||||
# TODO: maybe transpose, and group the resources by type instead
|
# TODO: maybe transpose, and group the resources by type instead
|
||||||
type = functionTo (
|
type = functionTo (
|
||||||
attrsOf (
|
attrsOf (
|
||||||
attrTag (lib.mapAttrs (_name: resource: mkOption { type = resource.request; }) config.resources)
|
attrTag (lib.mapAttrs (_name: resource: mkOption { type = types.submodule resource.request; }) config.resources)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue