mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Merge pull request #7333 from fricklerhandwerk/language-overview
fix error in language overview
This commit is contained in:
commit
96a9511a9c
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ This is an incomplete overview of language features, by example.
|
||||||
|
|
||||||
`"hello ${ { a = "world" }.a }"`
|
`"hello ${ { a = "world" }.a }"`
|
||||||
|
|
||||||
`"1 2 ${3}"`
|
`"1 2 ${toString 3}"`
|
||||||
|
|
||||||
`"${pkgs.bash}/bin/sh"`
|
`"${pkgs.bash}/bin/sh"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue