nixlets/tests/fixtures/dependency/values.nix

6 lines
74 B
Nix
Raw Normal View History

2026-02-09 20:49:54 +01:00
_: {
options = {};
config."example".example = "Hello dependency!";
}