mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
14 lines
222 B
Markdown
14 lines
222 B
Markdown
|
|
Testing is still very much in flux but here's a rough example.
|
||
|
|
|
||
|
|
{{< source "default.nix" >}}
|
||
|
|
|
||
|
|
Where we've defined a might look like:
|
||
|
|
|
||
|
|
{{< source "test.nix" >}}
|
||
|
|
|
||
|
|
Execute with
|
||
|
|
|
||
|
|
```sh
|
||
|
|
nix eval -f . config.testing.success
|
||
|
|
```
|