nixpkgs/nixos/doc/manual
Bas van Dijk c894327215 postage: replaced by pgmanage-10.0.2
postage is no longer maintained and has been replaced by the identical pgmanage. See:

https://github.com/workflowproducts/postage#postage-has-been-replaced-with-pgmanage

The following error is raised when a user enables the deprecated `services.postage.enable` option:

Failed assertions:
- services.postage is deprecated in favor of pgmanage. They have the same options so just substitute postage for pgmanage.
2017-11-03 00:14:00 +01:00
..
administration postgresql92: remove last references 2017-09-05 18:20:56 +02:00
configuration NixOS Manual: document assertions and warnings (#29206) 2017-09-11 17:12:50 +01:00
development NixOS Manual: document assertions and warnings (#29206) 2017-09-11 17:12:50 +01:00
installation install documentation: document boot.loader.grub.useOSProber 2017-10-29 14:27:21 +01:00
release-notes postage: replaced by pgmanage-10.0.2 2017-11-03 00:14:00 +01:00
default.nix nixos manual: combine XML and validate separately 2017-06-29 11:25:03 -04:00
man-configuration.xml
man-nixos-build-vms.xml
man-nixos-generate-config.xml
man-nixos-install.xml
man-nixos-option.xml Improved nixos-option manpage 2017-08-04 03:30:35 +02:00
man-nixos-rebuild.xml
man-nixos-version.xml
man-pages.xml
manual.xml Point to the new mailing list by replacing the old link 2017-07-18 13:44:10 +02:00
options-to-docbook.xsl
README
style.css

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.