forked from Fediversity/Fediversity
Merge pull request 'move nixops4Deployment class' (#6) from kiara/Fediversity:data-model-fix-root-class into deployment-data-model-with-tests
Reviewed-on: #6 Reviewed-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
commit
9c219341b1
1 changed files with 1 additions and 2 deletions
|
@ -31,6 +31,7 @@ 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 = { };
|
||||||
|
@ -40,8 +41,6 @@ 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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue