This commit is contained in:
Amy de Buitléir 2025-09-06 18:09:10 +01:00
parent beb406ddeb
commit 71b324ae0c

View file

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