about summary refs log tree commit diff
path: root/nixos/tests/filesender.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/filesender.nix')
-rw-r--r--nixos/tests/filesender.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/filesender.nix b/nixos/tests/filesender.nix
index 9274ddbf7e90e..346e315956fb9 100644
--- a/nixos/tests/filesender.nix
+++ b/nixos/tests/filesender.nix
@@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "filesender";
   meta = {
     maintainers = with lib.maintainers; [ nhnn ];
-    broken = pkgs.stdenv.isAarch64; # selenium.common.exceptions.WebDriverException: Message: Unsupported platform/architecture combination: linux/aarch64
+    broken = pkgs.stdenv.hostPlatform.isAarch64; # selenium.common.exceptions.WebDriverException: Message: Unsupported platform/architecture combination: linux/aarch64
   };
 
   nodes.filesender = { ... }: let