1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-18 03:50:12 -04:00
Find a file
Noam Yorav-Raphael a6ef5303e2
Update 09-automatic-runtime-dependencies.md - fix NixOps link
The link to NixOps was corrupted by mistake in this PR: https://github.com/NixOS/nix-pills/pull/181/files#diff-a53cbc0f08ac225fd5073d54147a9a6ba2ebbdbd0e5164711ab362d0439cc27aR265

It was changed from http://nixos.org/nixops/manual/#chap-introduction to https://nixos.org/manual/nix/stable/introduction.html.

I think that at least for now, it would be better to link to https://github.com/NixOS/nixops, as the old link just links to an obscure in-development HTML document, and the github link starts with a warning "NixOps is in low-maintenance mode and probably not suited for new projects. Use at your own risks", and also links to an experimental NixOps4.
2024-04-10 20:39:17 +03:00
.github/workflows Add simple CI workflow 2021-11-26 22:02:58 +01:00
pills Update 09-automatic-runtime-dependencies.md - fix NixOps link 2024-04-10 20:39:17 +03: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