From cd05320716c08c5da0cf6b0314d6baeb54d0730f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 25 Apr 2014 00:14:55 +0200 Subject: [PATCH] Manual: Don't include the platform type of the host system This causes unnecessary rebuilds of the manual. http://hydra.nixos.org/build/10662170 --- nixos/modules/misc/nixpkgs.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/misc/nixpkgs.nix b/nixos/modules/misc/nixpkgs.nix index a5dad7dd9071..f41c8817ba4a 100644 --- a/nixos/modules/misc/nixpkgs.nix +++ b/nixos/modules/misc/nixpkgs.nix @@ -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 - (${builtins.currentSystem}). + 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. '';