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
3
tests/fixtures/example/default.nix
vendored
Normal file
3
tests/fixtures/example/default.nix
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{nixlet, ...}: with nixlet; {
|
||||
kubernetes.resources.configMaps."test".data."test" = values.example;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue