forked from Fediversity/Fediversity
model: deadnix
This commit is contained in:
parent
63c200f837
commit
015ea16475
1 changed files with 9 additions and 11 deletions
|
@ -22,8 +22,7 @@ in
|
||||||
function-type = mkOption {
|
function-type = mkOption {
|
||||||
type = optionType;
|
type = optionType;
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
default = functionTo (
|
default = functionTo (submodule {
|
||||||
submodule (function: {
|
|
||||||
options = {
|
options = {
|
||||||
input = mkOption {
|
input = mkOption {
|
||||||
type = submodule config.input-type;
|
type = submodule config.input-type;
|
||||||
|
@ -32,8 +31,7 @@ in
|
||||||
type = submodule config.output-type;
|
type = submodule config.output-type;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
});
|
||||||
);
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue