about summary refs log tree commit diff
path: root/nixos/modules/misc/nixpkgs.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-25 00:14:55 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-25 00:14:55 +0200
commitcd05320716c08c5da0cf6b0314d6baeb54d0730f (patch)
treebb4b753cabd4d0c7d5739967a8d727409453ef65 /nixos/modules/misc/nixpkgs.nix
parent23297b0edde896f76ca1392d45e3c27b1422bafe (diff)
downloadnixlib-cd05320716c08c5da0cf6b0314d6baeb54d0730f.tar
nixlib-cd05320716c08c5da0cf6b0314d6baeb54d0730f.tar.gz
nixlib-cd05320716c08c5da0cf6b0314d6baeb54d0730f.tar.bz2
nixlib-cd05320716c08c5da0cf6b0314d6baeb54d0730f.tar.lz
nixlib-cd05320716c08c5da0cf6b0314d6baeb54d0730f.tar.xz
nixlib-cd05320716c08c5da0cf6b0314d6baeb54d0730f.tar.zst
nixlib-cd05320716c08c5da0cf6b0314d6baeb54d0730f.zip
Manual: Don't include the platform type of the host system
This causes unnecessary rebuilds of the manual.

http://hydra.nixos.org/build/10662170
Diffstat (limited to 'nixos/modules/misc/nixpkgs.nix')
-rw-r--r--nixos/modules/misc/nixpkgs.nix3
1 files changed, 1 insertions, 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
-        (<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.
       '';