about summary refs log tree commit diff
path: root/pkgs/tools/nix/statix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/nix/statix/default.nix')
-rw-r--r--pkgs/tools/nix/statix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/nix/statix/default.nix b/pkgs/tools/nix/statix/default.nix
index 9cc48659d419..079459f2a2d0 100644
--- a/pkgs/tools/nix/statix/default.nix
+++ b/pkgs/tools/nix/statix/default.nix
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
   buildFeatures = lib.optional withJson "json";
 
   # tests are failing on darwin
-  doCheck = !stdenv.isDarwin;
+  doCheck = !stdenv.hostPlatform.isDarwin;
 
   meta = with lib; {
     description = "Lints and suggestions for the nix programming language";