summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-06-24 10:31:47 +0200
committerCayetano Santos <csantosb@inventati.org>2026-07-03 11:59:40 +0200
commit0fb918d61609f3aadc2d8ecc212926b3bdfabb4c (patch)
treed13afbc0a4e1ff2e85bd73424b8cb4be80f68c19
parentc44b4cc6d3a6125d88b49947e69d4e1c04d0c1b2 (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
-rw-r--r--doc/guix-cookbook.texi4
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