forked from fediversity/fediversity
swap out the input types to hopefully trigger an evaluation error - unfortunately does not seem to work yet
This commit is contained in:
parent
e91061e69c
commit
c6f82f2e0a
1 changed files with 4 additions and 2 deletions
|
|
@ -108,7 +108,8 @@ in
|
|||
type = functionType;
|
||||
readOnly = true;
|
||||
default = {
|
||||
input-type = submodule application.config.module;
|
||||
# input-type = submodule application.config.module;
|
||||
input-type = types.int;
|
||||
output-type = application-resources;
|
||||
};
|
||||
};
|
||||
|
|
@ -144,7 +145,8 @@ in
|
|||
type = functionType;
|
||||
# readOnly = true;
|
||||
default = {
|
||||
input-type = application-resources;
|
||||
# input-type = application-resources;
|
||||
input-type = types.int;
|
||||
output-type = nixops4Deployment;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue