Skip to content

Commit b915b66

Browse files
committed
tests: add more nesting to hoistAttrs
1 parent 828fcac commit b915b66

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
File renamed without changes.
File renamed without changes.

tests/hoistAttrs/expected.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
options = {
33
root = "option";
4-
bar.tul = "option";
5-
baz.qui = "option";
4+
bar = {
5+
baz.qui = "option";
6+
tul = "option";
7+
};
68
};
79
foo = "foo";
8-
bar = { };
9-
baz = { qux = "qux"; };
10+
bar.baz.qux = "qux";
1011
}

0 commit comments

Comments
 (0)