reproduce how the module function seems to fail its stated goal of adding type safety over functionTo

This commit is contained in:
Kiara Grouwstra 2025-08-01 12:23:55 +02:00
parent 9f596ad820
commit e7971ef0a4
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -124,7 +124,7 @@ in
}; };
readOnly = true; readOnly = true;
default = { default = {
input-type = submodule application.config.module; input-type = types.int;
output-type = application-resources; output-type = application-resources;
}; };
}; };
@ -173,7 +173,7 @@ in
}; };
readOnly = true; readOnly = true;
default = { default = {
input-type = application-resources; input-type = types.int;
output-type = nixops4Deployment; output-type = nixops4Deployment;
}; };
}; };