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;
|
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.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user