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

5
tests/fixtures/dependency/values.nix vendored Normal file
View file

@ -0,0 +1,5 @@
_: {
options = {};
config."example".example = "Hello dependency!";
}