mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-22 18:49:28 +01:00
test: add nixlet dependency tests
This commit is contained in:
parent
906cd9db2d
commit
028fb8d43b
6 changed files with 43 additions and 3 deletions
|
|
@ -22,7 +22,6 @@ You can pre-define values for dependency Nixlets like this:
|
|||
options = {
|
||||
# options for the current Nixlet
|
||||
};
|
||||
# overwriting the default of dependency Nixlets (the user can still overwrite this)
|
||||
# overwriting the default of dependency Nixlets (the user can still overwrite this using mkForce for example)
|
||||
config."postgres".replicaCount = 10;
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue