1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/doc/manual
Samuel Dionne-Riel 0e6346f16a doc: Obtaining NixOS: New link to section in wiki.
This adds a link to the new section in the new wiki that refers to the
same contents as the previously removed link.
2018-01-03 19:35:40 -05:00
..
administration
configuration Merge pull request #32540 from rnhmjoj/portrange 2017-12-20 23:51:08 +00:00
development Merge pull request #31668 from rycee/doc/naming 2017-12-23 17:12:29 +03:00
installation doc: Obtaining NixOS: New link to section in wiki. 2018-01-03 19:35:40 -05:00
release-notes doc: Breaking change release note for bintools-wrapper 2017-12-30 19:27:52 -05:00
default.nix Revert "nixos: doc: implement related packages in the manual" 2017-12-23 07:19:45 -05:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-generate-config.xml
man-nixos-install.xml
man-nixos-option.xml
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml
manual.xml
options-to-docbook.xsl Revert "nixos: doc: implement related packages in the manual" 2017-12-23 07:19:45 -05:00
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.