···20Rust applications are packaged by using the `buildRustPackage` helper from `rustPlatform`:
2122```nix
23-{ lib, rustPlatform }:
2425rustPlatform.buildRustPackage rec {
26 pname = "ripgrep";
···20Rust applications are packaged by using the `buildRustPackage` helper from `rustPlatform`:
2122```nix
23+{ lib, fetchFromGitHub, rustPlatform }:
2425rustPlatform.buildRustPackage rec {
26 pname = "ripgrep";