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

3
tests/fixtures/dependency/default.nix vendored Normal file
View file

@ -0,0 +1,3 @@
{nixlet-lib, ...}: {
config.nixlet.dependencies."example" = nixlet-lib.mkNixlet ../example;
}