Skip to content

Commit

Permalink
Update doc/languages-frameworks/rust.section.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Thalheim <[email protected]>
  • Loading branch information
Adam Joseph and Mic92 committed Mar 17, 2023
1 parent 50f57ac commit 4716768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/rust.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ buildPythonPackage rec {

When run, `cargo build` produces a file called `Cargo.lock`,
containing pinned versions of all dependencies. Nixpkgs contains a
tool called `carnix` (`nix-env -iA nixos.carnix`), which can be used
tool called `crate2Nix` (`nix-shell -p crate2nix`), which can be used
to turn a `Cargo.lock` into a Nix expression.

That Nix expression calls `rustc` directly (hence bypassing Cargo),
Expand Down

0 comments on commit 4716768

Please sign in to comment.