about summary refs log tree commit diff
path: root/pkgs/by-name/fl/flake-checker/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/fl/flake-checker/package.nix')
-rw-r--r--pkgs/by-name/fl/flake-checker/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/fl/flake-checker/package.nix b/pkgs/by-name/fl/flake-checker/package.nix
index 5ccab79d9718..80512e1bf7d9 100644
--- a/pkgs/by-name/fl/flake-checker/package.nix
+++ b/pkgs/by-name/fl/flake-checker/package.nix
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
 
   cargoHash = "sha256-0iH5owyNfIpRz6nYwrJUoqd9lVGZ3T3K8rmsOk2UoGI=";
 
-  buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
+  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [
     Security
     SystemConfiguration
   ]);