Unverified Commit b86e23f8 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #224411 from happysalada/atuin_fix_darwin_build

parents 46af1823 865e0ff5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-P8PTEbTWI+vwWiPvjr4yTwO/JfPzfpUPO0ATi1ILhfk=";
  };

  cargoHash = "sha256-T3Y6WiU6UdLmZiXYekL5cIonqFisU94PpiVlB1sNr9U=";
  cargoHash = if stdenv.isLinux then "sha256-T3Y6WiU6UdLmZiXYekL5cIonqFisU94PpiVlB1sNr9U=" else "sha256-a81gKajbifhDqlKlpnA4FzVX+NktqOCRqlajuuYopCg=";

  nativeBuildInputs = [ installShellFiles ];