diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-06-24 10:31:47 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-07-03 11:59:40 +0200 |
| commit | 0fb918d61609f3aadc2d8ecc212926b3bdfabb4c (patch) | |
| tree | d13afbc0a4e1ff2e85bd73424b8cb4be80f68c19 /doc/guix-cookbook.texi | |
| parent | c44b4cc6d3a6125d88b49947e69d4e1c04d0c1b2 (diff) | |
doc: cookbook: Fix shell instructions on updating rust packages.
* doc/guix-cookbook.texi (Common Workflow for Updating Existing Rust
Packages): Add missing packages.
Merges guix/guix!9496
Diffstat (limited to 'doc/guix-cookbook.texi')
| -rw-r--r-- | doc/guix-cookbook.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 04dd6a02424..dac75c111ca 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi | |||
| @@ -2088,8 +2088,8 @@ the following inside the checkout: | |||
| 2088 | 2088 | ||
| 2089 | @example shell | 2089 | @example shell |
| 2090 | $ guix shell rust rust:cargo -- cargo generate-lockfile | 2090 | $ guix shell rust rust:cargo -- cargo generate-lockfile |
| 2091 | $ guix shell rust rust:cargo -- cargo audit | 2091 | $ guix shell rust rust:cargo cargo-audit -- cargo audit |
| 2092 | $ guix shell rust rust:cargo -- cargo license | 2092 | $ guix shell rust rust:cargo cargo-license -- cargo license |
| 2093 | @end example | 2093 | @end example |
| 2094 | 2094 | ||
| 2095 | @quotation Note | 2095 | @quotation Note |
