nixpkgs-suyu/nixos/doc/manual
2020-01-03 13:09:40 +00:00
..
administration
configuration nixos/doc: Fix manual build after renaming compton to picom 2020-01-03 13:09:40 +00:00
development Revert "lib/types: Allow paths as submodule values" 2020-01-03 05:21:01 +01:00
installation Fix a typo 2019-12-10 19:26:27 -08:00
release-notes Merge #75803: kresd service: unify listen declarations 2019-12-27 15:55:38 +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
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.