test: add nixlet dependency tests

This commit is contained in:
technofab 2026-02-09 20:49:54 +01:00
parent 906cd9db2d
commit 028fb8d43b
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
6 changed files with 43 additions and 3 deletions

View file

@ -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;
```