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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T05:47:30.000Z (over 1 year ago)
- Last Synced: 2025-05-09T20:26:01.332Z (about 1 year ago)
- Language: JavaScript
- Size: 610 KB
- Stars: 412
- Watchers: 85
- Forks: 120
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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