mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
b9e3a29864
The updated implementation will quote string lists as per the description at https://www.lesbonscomptes.com/recoll/usermanual/#RCL.INSTALL.CONFIG Fixes #3732
25 lines
406 B
Text
25 lines
406 B
Text
b = 10
|
|
|
|
d = 0
|
|
|
|
e = This should be the second to the last non-attrset value in the config.
|
|
|
|
g = "This" "is" "coming" "from" "a" "list"
|
|
|
|
[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
|
|
d = "Hello" "there"
|
|
|
|
[foo]
|
|
bar = This should be the last attribute with an attrset.
|
|
baz = 42
|