nix-book/source/book.adoc
Amy de Buitléir 9f673a1419 initial commit
2023-06-11 20:40:34 +01:00

28 lines
491 B
Text

= Wombat's Book of Nix
{authors}, {build_date}
:sectnums:
:toc: left
:source-highlighter: pygments
:pygments-style: manni
:pygments-linenums-mode: table
:!prewrap:
include::intro.adoc[]
include::hello-flake.adoc[]
include::hello-flake-repo.adoc[]
include::flake-structure.adoc[]
include::generic-flake.adoc[]
include::hello-flake-return.adoc[]
include::modify-hello-flake.adoc[]
include::python-flake.adoc[]
include::shell-recipes/_include.adoc[]
include::shebangs/_include.adoc[]