2022-02-07 11:54:09 +01:00
|
|
|
b = 10
|
|
|
|
|
|
|
|
d = 0
|
|
|
|
|
|
|
|
e = This should be the second to the last non-attrset value in the config.
|
|
|
|
|
2023-03-02 19:22:24 +01:00
|
|
|
g = "This" "is" "coming" "from" "a" "list"
|
2022-02-07 11:54:09 +01:00
|
|
|
|
|
|
|
[a]
|
|
|
|
foo = bar
|
|
|
|
|
|
|
|
[c]
|
|
|
|
a = This should appear as the second section.
|
|
|
|
aa = 1
|
|
|
|
b = 53
|
|
|
|
|
|
|
|
[f]
|
|
|
|
a = This should be second to the last for the attribute names with an attrset.
|
|
|
|
b = 3193
|
|
|
|
c = 0
|
2023-03-02 19:22:24 +01:00
|
|
|
d = "Hello" "there"
|
2022-02-07 11:54:09 +01:00
|
|
|
|
|
|
|
[foo]
|
|
|
|
bar = This should be the last attribute with an attrset.
|
|
|
|
baz = 42
|