mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
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:
parent
23297b0edd
commit
cd05320716
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue