From f5f075cfae56c109c225a573771ece2d2fe8a621 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:19:44 +0000 Subject: [PATCH] Remove Darwin Foundation dependency to test if it's required Co-authored-by: sxyazi <17523360+sxyazi@users.noreply.github.com> --- nix/yazi-unwrapped.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/yazi-unwrapped.nix b/nix/yazi-unwrapped.nix index 26a133c6..327dd459 100644 --- a/nix/yazi-unwrapped.nix +++ b/nix/yazi-unwrapped.nix @@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ rust-jemalloc-sys - ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Foundation ]; + ]; postInstall = '' installShellCompletion --cmd yazi \