1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-07 02:05:11 -04:00
Find a file
2024-04-17 19:04:05 +01:00
.github/workflows Add simple CI workflow 2021-11-26 22:02:58 +01:00
pills replace unoffical wiki links with offical ones 2024-04-17 19:47:21 +02:00
theme Add highlight.js which supports nix syntax highlighting 2024-04-09 01:46:32 +02:00
.editorconfig initialize an editorconfig 2017-08-13 09:54:34 -04:00
.gitignore Automatic conversion using pandoc 2024-04-09 01:46:32 +02:00
book.toml Add redirects from original paths to new paths 2024-04-09 01:46:32 +02:00
custom.css make prompts unselectable 2024-04-09 01:46:32 +02:00
default.nix epub: Remove extra page breaks before headings 2024-04-09 01:46:32 +02:00
LICENSE License it CC-BY-SA-4.0 per #36 where every existing contributor agreed 2017-12-19 07:04:41 -05:00
README.md README: Remove DocBook-specific instructions 2024-04-09 01:46:32 +02:00
release.nix Build the book with Nix 2024-04-09 01:46:32 +02:00

Nix Pills

Available online as a multi-page HTML or an e-book in EPUB format.

You can also build them locally:

nix-build release.nix -A html-split && firefox result/share/doc/nix-pills/index.html

Similarly, for an EPUB version, run:

nix-build release.nix -A epub && foliate result/share/doc/nix-pills/nix-pills.epub