nix-book/source/recipes/env-var/shell/main.adoc0
Amy de Buitléir 5597dcf5a3 apostrophe
2023-12-03 19:59:35 +00:00

21 lines
232 B
Text

= In `shell.nix`
[source,nix,linenums]
.shell.nix
....
include::shell.nix[]
....
////
TODO FIX
Here's a demonstration using the shell.
....
$# echo '$ nix-shell'
$# nix-shell --run bash <<EOL
$ echo "FOO=$FOO"
$# EOL
....
////