about summary refs log tree commit diff
path: root/nixos/tests/stub-ld.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/stub-ld.nix')
-rw-r--r--nixos/tests/stub-ld.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/stub-ld.nix b/nixos/tests/stub-ld.nix
index 72b0aebf3e6ce..f34e082cfd228 100644
--- a/nixos/tests/stub-ld.nix
+++ b/nixos/tests/stub-ld.nix
@@ -18,7 +18,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
     libDir = pkgs.stdenv.hostPlatform.libDir;
     ldsoBasename = lib.last (lib.splitString "/" pkgs.stdenv.cc.bintools.dynamicLinker);
 
-    check32 = pkgs.stdenv.isx86_64;
+    check32 = pkgs.stdenv.hostPlatform.isx86_64;
     pkgs32 = pkgs.pkgsi686Linux;
 
     libDir32 = pkgs32.stdenv.hostPlatform.libDir;