nixpkgs/nixos/doc/manual
2020-09-09 21:52:48 -04:00
..
administration nixos/doc: convert loaOf options refs to attrsOf 2020-09-02 00:42:51 +02:00
configuration nixos/doc: convert loaOf options refs to attrsOf 2020-09-02 00:42:51 +02:00
development fixup! nixos/doc/releases: update the docs as promised 2020-09-04 10:59:06 -07:00
installation nixos/doc: convert loaOf options refs to attrsOf 2020-09-02 00:42:51 +02:00
release-notes rl-2009: document rngd 2020-09-09 21:52:48 -04:00
.gitignore
default.nix
Makefile
man-configuration.xml
man-nixos-build-vms.xml nixos/doc/*: editorconfig fixes 2020-07-31 15:08:54 +10:00
man-nixos-enter.xml nixos/manual: fix typo in man-nixos-enter.xml 2020-08-22 15:08:37 -04:00
man-nixos-generate-config.xml
man-nixos-install.xml nixos-install: add support for flakes 2020-09-04 06:56:09 +02:00
man-nixos-option.xml Merge pull request #75439 from Ma27/submodule-fixes-for-nixos-option 2020-02-01 10:00:59 +01:00
man-nixos-rebuild.xml nixos-rebuild: do not depend on nix.conf to activate flakes 2020-09-04 06:56:09 +02:00
man-nixos-version.xml nixos-version: Add --json flag and show system.configurationRevision 2020-02-05 23:15:18 +01:00
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.