forked from mirrors/nixpkgs
Update doc/languages-frameworks/rust.section.md
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
4716768513
commit
618d8e6a62
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue