swap out the input types to hopefully trigger an evaluation error - unfortunately does not seem to work yet

This commit is contained in:
Kiara Grouwstra 2025-08-15 19:38:14 +02:00
parent e91061e69c
commit c6f82f2e0a
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -108,7 +108,8 @@ in
type = functionType; type = functionType;
readOnly = true; readOnly = true;
default = { default = {
input-type = submodule application.config.module; # input-type = submodule application.config.module;
input-type = types.int;
output-type = application-resources; output-type = application-resources;
}; };
}; };
@ -144,7 +145,8 @@ in
type = functionType; type = functionType;
# readOnly = true; # readOnly = true;
default = { default = {
input-type = application-resources; # input-type = application-resources;
input-type = types.int;
output-type = nixops4Deployment; output-type = nixops4Deployment;
}; };
}; };