mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-07 06:17:23 +08:00
temp
This commit is contained in:
parent
beb406ddeb
commit
71b324ae0c
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ $# cat flake.nix
|
|||
Here's a demonstration using the shell.
|
||||
|
||||
....
|
||||
$ echo "FOO=$FOO"
|
||||
$ echo "FOO=${FOO}"
|
||||
$# ../../../../../start-shell nix develop <<EOL
|
||||
$ echo "FOO=$FOO"
|
||||
$ echo "FOO=${FOO}"
|
||||
$# EOL
|
||||
....
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue