forked from fediversity/fediversity
Compare commits
13 commits
f80ef23ca1
...
1f2b2da9c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f2b2da9c2 | |||
| b8fbd42e8d | |||
| 96e0f97dd8 | |||
| 4527ed6824 | |||
| c0e0589f37 | |||
| ce81b0cbd1 | |||
| aabd96dbce | |||
| a750388afd | |||
| ec66534992 | |||
| 42a275d7fe | |||
| 2c0910427a | |||
| 3faa47570b | |||
| 439ca6d13c |
1 changed files with 5 additions and 1 deletions
|
|
@ -106,7 +106,11 @@ 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