Loading pkgs/by-name/ca/cargo-bazel/package.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, fetchCrate, rustPlatform, libz, }: rustPlatform.buildRustPackage rec { Loading @@ -13,6 +15,8 @@ rustPlatform.buildRustPackage rec { hash = "sha256-FS1WFlK0YNq1QCi3S3f5tMN+Bdcfx2dxhDKRLXLcios="; }; buildInputs = lib.optional stdenv.isDarwin libz; useFetchCargoVendor = true; cargoHash = "sha256-E/yF42Vx9tv8Ik1j23El3+fI19ZGzq6nikVMATY7m3E="; Loading Loading
pkgs/by-name/ca/cargo-bazel/package.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, fetchCrate, rustPlatform, libz, }: rustPlatform.buildRustPackage rec { Loading @@ -13,6 +15,8 @@ rustPlatform.buildRustPackage rec { hash = "sha256-FS1WFlK0YNq1QCi3S3f5tMN+Bdcfx2dxhDKRLXLcios="; }; buildInputs = lib.optional stdenv.isDarwin libz; useFetchCargoVendor = true; cargoHash = "sha256-E/yF42Vx9tv8Ik1j23El3+fI19ZGzq6nikVMATY7m3E="; Loading