about summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-12-31 21:34:44 -0500
committerShea Levy <shea@shealevy.com>2013-12-31 21:34:44 -0500
commit58246936e4f44c744e08e2386d4c446d18a44b24 (patch)
tree8ab1ec7403d948ed85a66901955438831179d0bd /pkgs/top-level/release-cross.nix
parentaf9db522cf7053797f5d0729698cfafe47aac9be (diff)
platforms.nix: Separate 32-bit and 64-bit PCs
With this, stdenv.platform.kernelArch can be used by the kernel builder
for PC platforms too.

Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index 3895ee2677973..6871567ca8d14 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -192,7 +192,7 @@ let
     arch = "i586";
     float = "hard";
     withTLS = true;
-    platform = pkgs.platforms.pc;
+    platform = pkgs.platforms.pc32;
     libc = "glibc";
     openssl.system = "hurd-x86";  # Nix depends on OpenSSL.
   };