nixpkgs/nixos/doc/manual
2020-09-10 06:13:07 +02: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 Update nixos/doc/manual/installation/installing.xml 2020-09-08 19:24:51 -04:00
release-notes Merge pull request #96991 from Mic92/sshd 2020-09-10 06:13:07 +02: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
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
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.