Nix Language Quirks: Difference between revisions
→Imports and namespaces: grammar |
→Mimicking case statements with attribute sets: remove typo from example |
||
Line 228: | Line 228: | ||
"b" = "hi"; | "b" = "hi"; | ||
"c" = "ciao"; | "c" = "ciao"; | ||
}." ${x}"; | }."${x}"; | ||
</syntaxHighlight> | </syntaxHighlight> | ||