1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/nixos/doc/manual
2020-01-14 07:01:39 -06:00
..
administration
configuration nixos/doc: Fix manual build after renaming compton to picom 2020-01-03 13:09:40 +00:00
development Merge pull request #76861 from Infinisil/paths-as-submodules 2020-01-12 14:19:04 +01:00
installation
release-notes nixos/doc: Add incompatibility note for either submodule path 2020-01-09 16:47:53 +01:00
.gitignore
default.nix
Makefile
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-enter.xml
man-nixos-generate-config.xml
man-nixos-install.xml nixos-install: add documentation for --channel, --no-channel-copy 2020-01-03 11:33:22 +01:00
man-nixos-option.xml nixos/nixos-option: "See also configuration.nix manpage" in nixos-option manpage 2019-12-18 12:03:35 -08:00
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml nixos/doc+manual: update copyright year range end 2019->2020 2020-01-14 07:01:39 -06:00
manual.xml
preface.xml
README
shell.nix

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.