nixpkgs/nixos/doc/manual
William A. Kennington III 514a9fdf87 Merge pull request #8173 from dezgeg/pr-kernel-config
kernel-config: Enable framebuffer console for BIOS systems & /proc/config.gz for ARM
2015-06-07 10:14:51 -07:00
..
administration Manual tweak 2015-03-11 15:34:57 +01:00
configuration nixos docs: fix typo 2015-03-07 14:44:13 +01:00
development nixos/test-driver: Make tesseract OCR optional. 2015-05-22 07:21:58 +02:00
installation Merge pull request #8173 from dezgeg/pr-kernel-config 2015-06-07 10:14:51 -07:00
release-notes nixos release notes: document new services.openssh.moduliFile option 2015-06-01 15:20:18 +02:00
default.nix
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-generate-config.xml
man-nixos-install.xml nixos-install: support -j, --cores and --option. Closes #6755 2015-03-11 16:47:44 +00:00
man-nixos-option.xml
man-nixos-rebuild.xml nixos-rebuild: Add ‘dry-activate’ command 2015-03-09 16:50:59 +01:00
man-pages.xml
manual.xml
options-to-docbook.xsl
README
style.css

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.