mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Update nix.md
This commit is contained in:
parent
53bf1500de
commit
af2520a07b
2
nix.md
2
nix.md
@ -86,7 +86,7 @@ with builtins; [
|
|||||||
("ab" + "cd") # String concatenation
|
("ab" + "cd") # String concatenation
|
||||||
#=> "abcd"
|
#=> "abcd"
|
||||||
|
|
||||||
# String Interpolation (formerly known as "Antiquotation") lets you embed values into strings.
|
# String interpolation (formerly known as "antiquotation") lets you embed values into strings.
|
||||||
("Your home directory is ${getEnv "HOME"}")
|
("Your home directory is ${getEnv "HOME"}")
|
||||||
#=> "Your home directory is /home/alice"
|
#=> "Your home directory is /home/alice"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user