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 = {
|
deployment = {
|
||||||
inherit (result) _type;
|
inherit (result) _type;
|
||||||
|
isModule = lib.isFunction fediversity.deployments.example.deployment;
|
||||||
deploymentFunction = lib.isFunction result.deploymentFunction;
|
deploymentFunction = lib.isFunction result.deploymentFunction;
|
||||||
getProviders = lib.isFunction result.getProviders;
|
getProviders = lib.isFunction result.getProviders;
|
||||||
};
|
};
|
||||||
deploy = lib.isFunction fediversity.deployments.example.deployment;
|
|
||||||
};
|
};
|
||||||
expected = {
|
expected = {
|
||||||
number-of-resources = 1;
|
number-of-resources = 1;
|
||||||
|
|
@ -205,6 +205,7 @@ in
|
||||||
_type = "nixops4Deployment";
|
_type = "nixops4Deployment";
|
||||||
deploymentFunction = true;
|
deploymentFunction = true;
|
||||||
getProviders = true;
|
getProviders = true;
|
||||||
|
isModule = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue