summary refs log tree commit diff
path: root/doc/languages-frameworks/rust.section.md
diff options
context:
space:
mode:
authorAdam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>2023-03-17 19:10:15 +0000
committerGitHub <noreply@github.com>2023-03-17 19:10:15 +0000
commit618d8e6a62455729200843a9f31a5bf1a465a739 (patch)
tree863b2ab4dcfc0d341e3bb197cb6af1cd1a1e5ec0 /doc/languages-frameworks/rust.section.md
parent4716768513350cd9a7f4b93daf100285e16a5348 (diff)
downloadnixpkgs-618d8e6a62455729200843a9f31a5bf1a465a739.tar
nixpkgs-618d8e6a62455729200843a9f31a5bf1a465a739.tar.gz
nixpkgs-618d8e6a62455729200843a9f31a5bf1a465a739.tar.bz2
nixpkgs-618d8e6a62455729200843a9f31a5bf1a465a739.tar.lz
nixpkgs-618d8e6a62455729200843a9f31a5bf1a465a739.tar.xz
nixpkgs-618d8e6a62455729200843a9f31a5bf1a465a739.tar.zst
nixpkgs-618d8e6a62455729200843a9f31a5bf1a465a739.zip
Update doc/languages-frameworks/rust.section.md
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Diffstat (limited to 'doc/languages-frameworks/rust.section.md')
-rw-r--r--doc/languages-frameworks/rust.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 2b4b01718d7..c2eba3f1481 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -693,7 +693,7 @@ In particular, note that the argument given as `--src` is copied
 verbatim to the source. If we look at a more complicated
 dependencies, for instance by adding a single line `libc="*"` to our
 `Cargo.toml`, we first need to run `cargo build` to update the
-`Cargo.lock`. Then, `carnix` needs to be run again, and produces the
+`Cargo.lock`. Then, `crate2nix` needs to be run again, and produces the
 following nix file:
 
 ```nix