nixlets/tests/fixtures/dependency/values.nix

5 lines
74 B
Nix

_: {
options = {};
config."example".example = "Hello dependency!";
}