about summary refs log tree commit diff
path: root/pkgs/tools/misc/remote-exec/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/remote-exec/default.nix')
-rw-r--r--pkgs/tools/misc/remote-exec/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/remote-exec/default.nix b/pkgs/tools/misc/remote-exec/default.nix
index edf581b183ce..e9edaacd6a27 100644
--- a/pkgs/tools/misc/remote-exec/default.nix
+++ b/pkgs/tools/misc/remote-exec/default.nix
@@ -56,7 +56,7 @@ buildPythonApplication rec {
     pytest-cov-stub
   ];
 
-  disabledTestPaths = lib.optionals stdenv.isDarwin [
+  disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
     # `watchdog` dependency does not correctly detect fsevents on darwin.
     # this only affects `remote --stream-changes`
     "test/test_file_changes.py"