initial commit

This commit is contained in:
Amy de Buitléir 2023-12-01 20:19:12 +00:00
parent 9afd3717bd
commit a3d2fc057a

View file

@ -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]
....