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