mirror of
https://github.com/nix-community/home-manager
synced 2024-12-04 08:59:46 +01:00
37 lines
491 B
Text
37 lines
491 B
Text
a 1
|
|
b "string"
|
|
c "multiline string\nwith special characters:\n\t \n \\" \"\n"
|
|
unsafeString " \" \n "
|
|
flatItems 1 2 "asdf" true null
|
|
bigFlatItems 23847590283751 1.239000 "multiline \" \" \"\nstring\n" null
|
|
repeated 1 2
|
|
repeated true false
|
|
repeated
|
|
repeated null
|
|
extraAttrs 2 true arg1=1 arg2=false {
|
|
nested {
|
|
a 1
|
|
b null
|
|
}
|
|
}
|
|
listInAttrsInList {
|
|
list1 {
|
|
- {
|
|
a 1
|
|
}
|
|
- {
|
|
b true
|
|
}
|
|
- {
|
|
c null
|
|
d {
|
|
- {
|
|
e "asdfadfasdfasdf"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
list2 {
|
|
a 8
|
|
}
|
|
}
|