Compare commits

..

No commits in common. "9c219341b11df75c09b3455c4839de1bf66267e5" and "7ce39028517f333a8c0dc241c002ab13bac01ca3" have entirely different histories.

View file

@ -31,7 +31,6 @@ let
inputs.nixops4.modules.nixops4Deployment.default inputs.nixops4.modules.nixops4Deployment.default
{ {
_class = "nixops4Deployment";
_module.args = { _module.args = {
resourceProviderSystem = builtins.currentSystem; resourceProviderSystem = builtins.currentSystem;
resources = { }; resources = { };
@ -41,6 +40,8 @@ let
}; };
in in
{ {
_class = "nixops4Deployment";
options = { options = {
resources = mkOption { resources = mkOption {
description = "Collection of deployment resources that can be required by applications and policed by hosting providers"; description = "Collection of deployment resources that can be required by applications and policed by hosting providers";