nix-book/source/recipes/remote-git/shell/main.adoc0
Amy de Buitléir bab814138f apostrophe
2023-12-03 19:57:43 +00:00

16 lines
205 B
Text

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