about summary refs log tree commit diff
path: root/tvix/README.md
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-01-18T09·24+0200
committerclbot <clbot@tvl.fyi>2024-01-18T15·02+0000
commit4497ac41ab63a24499e796ff5f50ff79970c5727 (patch)
tree5bb952ff9b34b561d089a675e73ab0e746161262 /tvix/README.md
parent93afc711f65784ed258834613937ca5177201a82 (diff)
refactor(tools): move crate2nix generate here r/7413
Having something running the depot crate2nix and formatting it with
depotfmt is useful outside of tvix too.

Change-Id: Iecc8f207da38cc6995747c5ea48d3911433fd416
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10658
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Diffstat (limited to 'tvix/README.md')
-rw-r--r--tvix/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/README.md b/tvix/README.md
index 6584f6c2eb..e95b71bfaf 100644
--- a/tvix/README.md
+++ b/tvix/README.md
@@ -90,7 +90,7 @@ configuration.
 
 When making changes to Cargo dependency configuration in any of the
 Rust projects under `//tvix`, be sure to run
-`mg run //tvix:crate2nix-generate` in `//tvix` itself and commit the changes
+`mg run //tools:crate2nix-generate` in `//tvix` itself and commit the changes
 to the generated `Cargo.nix` file. This only applies to the full TVL checkout.
 
 ## License structure