This commit is contained in:
Amy de Buitléir 2025-09-06 18:44:03 +01:00
parent ac20e31eb5
commit f1c2fc3915
2 changed files with 3 additions and 3 deletions

View file

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