about summary refs log tree commit diff
path: root/pkgs/tools/system/nsc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/nsc/default.nix')
-rw-r--r--pkgs/tools/system/nsc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/nsc/default.nix b/pkgs/tools/system/nsc/default.nix
index f9aeba937a5f6..88dafe7f4f3e7 100644
--- a/pkgs/tools/system/nsc/default.nix
+++ b/pkgs/tools/system/nsc/default.nix
@@ -50,7 +50,7 @@ buildGoModule rec {
   # Then the `-` are removed from the path unintentionally and the test fails.
   # This should be fixed upstream to avoid mangling the path when
   # removing the table decorations from the command output.
-  doCheck = !stdenv.isDarwin;
+  doCheck = !stdenv.hostPlatform.isDarwin;
 
   meta = {
     description = "Tool for creating NATS account and user access configurations";