forked from fediversity/fediversity
Compare commits
2 commits
c6f82f2e0a
...
06a8b24e7a
| Author | SHA1 | Date | |
|---|---|---|---|
| 06a8b24e7a | |||
| e83dc97edb |
1 changed files with 2 additions and 1 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,6 +205,7 @@ in
|
|||
_type = "nixops4Deployment";
|
||||
deploymentFunction = true;
|
||||
getProviders = true;
|
||||
isModule = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue