1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
Find a file
2024-04-06 04:36:45 +02:00
.github/workflows Add simple CI workflow 2021-11-26 22:02:58 +01:00
pills Automatic conversion using pandoc 2024-04-06 04:34:50 +02:00
scripts Transform <xi:include> elements to include content 2024-04-02 17:02:02 +03:00
.editorconfig initialize an editorconfig 2017-08-13 09:54:34 -04:00
.gitignore Automatic conversion using pandoc 2024-04-06 04:34:50 +02:00
book.toml Automatic conversion using pandoc 2024-04-06 04:34:50 +02:00
default.nix build: Add EPUB support 2022-09-01 09:58:13 +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-06 04:36:45 +02:00
release.nix build: Add EPUB support 2022-09-01 09:58:13 +02:00
style.css Nix on darwin note: use a <note> element 2018-08-20 21:46:52 -04: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