atuin: fix darwin build

This commit is contained in:
happysalada 2023-04-02 18:38:17 -04:00
parent cfe29195c4
commit 865e0ff515

View file

@ -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 ];