https://github.com/NixOS/nix-pills
https://github.com/NixOS/nix-pills
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/NixOS/nix-pills
- Owner: NixOS
- License: cc-by-sa-4.0
- Created: 2017-08-14T09:08:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T18:14:45.000Z (about 2 years ago)
- Last Synced: 2024-04-15T12:49:40.928Z (about 2 years ago)
- Language: JavaScript
- Size: 572 KB
- Stars: 336
- Watchers: 76
- Forks: 108
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- best-of-nix - GitHub - 50% open · ⏱️ 25.08.2025) (Learning)
README
# Nix Pills
Available online as a [multi-page HTML](https://nixos.org/guides/nix-pills/) or an [e-book in EPUB format](https://nixos.org/guides/nix-pills/nix-pills.epub).
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](https://www.w3.org/publishing/epub32/) version, run:
nix-build release.nix -A epub && foliate result/share/doc/nix-pills/nix-pills.epub