doc/rust: add missing fetchfromGitHub to derivation example

authored by Markus S. Wamser and committed by Alyssa Ross b06ffb4b 73414b57

+1 -1
+1 -1
doc/languages-frameworks/rust.section.md
··· 20 20 Rust applications are packaged by using the `buildRustPackage` helper from `rustPlatform`: 21 21 22 22 ```nix 23 - { lib, rustPlatform }: 23 + { lib, fetchFromGitHub, rustPlatform }: 24 24 25 25 rustPlatform.buildRustPackage rec { 26 26 pname = "ripgrep";