nixpkgs/nixos/doc/manual
Graham Christensen 8f33464ca7
nixos docs: syntax highlight
- Rectifies diverging CSS by combining
   nixos/nixpkgs docs CSS
 - Moves our custom Highlight.js loader in to
   the hljs package
 - Switches the nixos docs to use SVG
   callouts too
2018-04-05 07:54:01 -04:00
..
administration
configuration Remove Xfce-specific display manager tip 2018-02-19 15:18:07 -08:00
development nixos manual: fix (n)of typo 2018-03-18 09:00:35 +01:00
installation nixos doc: give context and definition re NIXOS_LUSTRATE 2018-03-07 01:23:20 +00:00
release-notes 18.03 release notes: fix typo 2018-04-05 11:01:04 +02:00
default.nix nixos docs: syntax highlight 2018-04-05 07:54:01 -04:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml
man-nixos-generate-config.xml
man-nixos-install.xml Fix installing the Nixpkgs channel on the installation media 2018-02-27 19:58:23 +01:00
man-nixos-option.xml
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml
manual.xml
options-to-docbook.xsl
README

To build the manual, you need Nix installed on your system (no need
for NixOS). To install Nix, follow the instructions at

    https://nixos.org/nix/download.html

When you have Nix on your system, in the root directory of the project
(i.e., `nixpkgs`), run:

    nix-build nixos/release.nix -A manual.x86_64-linux

When this command successfully finishes, it will tell you where the
manual got generated.