mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-22 10:39:27 +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
5
tests/fixtures/dependency/values.nix
vendored
Normal file
5
tests/fixtures/dependency/values.nix
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
options = {};
|
||||
|
||||
config."example".example = "Hello dependency!";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue