Andreas Rammhold c55427ca43
nixos/doc: add types prefix to addCheck example
The function `addCheck` resides within the attrset `types`. We should be
explicit about this since otherwise people might be confused where it
does come from / why it doesn't work for them.
2019-03-11 22:56:56 +01:00
..
2018-05-01 19:50:02 -04:00
2018-05-01 19:57:09 -04:00
2018-05-31 21:03:51 -04:00
2019-03-02 10:32:24 +00:00
2018-05-01 19:57:09 -04:00
2018-09-29 20:51:11 -04:00
2014-07-23 15:00:25 +02:00

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.