forked from fediversity/fediversity
Compare commits
12 commits
1f2b2da9c2
...
f80ef23ca1
| Author | SHA1 | Date | |
|---|---|---|---|
| f80ef23ca1 | |||
| b5f6a023f0 | |||
| 777045aae9 | |||
| baee8f1ec0 | |||
| f2a492ff1a | |||
| ccbe6d9e83 | |||
| d836e2294f | |||
| 4b9cf35e88 | |||
| 532f87b2ff | |||
| a3b5b8b2fe | |||
| cbfdeb0cd7 | |||
| e8551f2cc3 |
1 changed files with 1 additions and 5 deletions
|
|
@ -106,11 +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 (
|
attrTag (lib.mapAttrs (_name: resource: mkOption { type = resource.request; }) config.resources)
|
||||||
lib.mapAttrs (
|
|
||||||
_name: resource: mkOption { type = types.submodule resource.request; }
|
|
||||||
) config.resources
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue