Manual: Don't include the platform type of the host system

This causes unnecessary rebuilds of the manual.

http://hydra.nixos.org/build/10662170
This commit is contained in:
Eelco Dolstra 2014-04-25 00:14:55 +02:00
parent 23297b0edd
commit cd05320716

View File

@ -62,8 +62,7 @@ in
type = types.str; type = types.str;
description = '' description = ''
Specifies the Nix platform type for which NixOS should be built. Specifies the Nix platform type for which NixOS should be built.
If unset, it defaults to the platform type of your host system If unset, it defaults to the platform type of your host system.
(<literal>${builtins.currentSystem}</literal>).
Specifying this option is useful when doing distributed Specifying this option is useful when doing distributed
multi-platform deployment, or when building virtual machines. multi-platform deployment, or when building virtual machines.
''; '';