mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-27 00:34:58 +08:00
initial commit
This commit is contained in:
parent
9afd3717bd
commit
a3d2fc057a
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ nix-repl> with animal; "Hello, " + name
|
|||
"Hello, Amy"
|
||||
....
|
||||
|
||||
However, you can refer to it using the attribute set selection operaator `.`.
|
||||
However, you can refer to the variable in the inner scope
|
||||
using the attribute selection operator (`.`).
|
||||
|
||||
[source]
|
||||
....
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue