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 \