This commit is contained in:
Amy de Buitléir 2025-09-06 18:17:15 +01:00
parent 4c970ef24b
commit d78f48f5bb

View file

@ -24,7 +24,7 @@ Here's a demonstration using the shell.
$ echo "FOO=${FOO}"
$# ../../../../../start-shell nix develop <<EOL
$ echo "FOO=${FOO}"
$ env
$ env | grep FOO
$ echo $FOO
$# EOL
....