forked from fediversity/fediversity
Compare commits
2 commits
06a8b24e7a
...
c6f82f2e0a
| Author | SHA1 | Date | |
|---|---|---|---|
| c6f82f2e0a | |||
| e91061e69c |
1 changed files with 1 additions and 2 deletions
|
|
@ -182,10 +182,10 @@ in
|
|||
};
|
||||
deployment = {
|
||||
inherit (result) _type;
|
||||
isModule = lib.isFunction fediversity.deployments.example.deployment;
|
||||
deploymentFunction = lib.isFunction result.deploymentFunction;
|
||||
getProviders = lib.isFunction result.getProviders;
|
||||
};
|
||||
deploy = lib.isFunction fediversity.deployments.example.deployment;
|
||||
};
|
||||
expected = {
|
||||
number-of-resources = 1;
|
||||
|
|
@ -205,7 +205,6 @@ in
|
|||
_type = "nixops4Deployment";
|
||||
deploymentFunction = true;
|
||||
getProviders = true;
|
||||
isModule = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue