nix-book/source/recipes/remote-git-flake/shell/main.adoc0
Amy de Buitléir 1cd131f620 apostrophe
2023-12-03 19:58:04 +00:00

17 lines
208 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-flake
$# EOL
....