forked from Fediversity/Fediversity
reproduce how the module function seems to fail its stated goal of adding type safety over functionTo
This commit is contained in:
parent
9f596ad820
commit
e7971ef0a4
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ in
|
|||
};
|
||||
readOnly = true;
|
||||
default = {
|
||||
input-type = submodule application.config.module;
|
||||
input-type = types.int;
|
||||
output-type = application-resources;
|
||||
};
|
||||
};
|
||||
|
@ -173,7 +173,7 @@ in
|
|||
};
|
||||
readOnly = true;
|
||||
default = {
|
||||
input-type = application-resources;
|
||||
input-type = types.int;
|
||||
output-type = nixops4Deployment;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue