docs(tvix): fix crate2nix-generate invocation
This got renamed recently, but we forgot to update it here. Change-Id: I7d713c8a0e6ccca57fe67985d9cb4e7f1eeef3b2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10243 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
b2c8c1ef94
commit
b14053ae03
1 changed files with 1 additions and 1 deletions
|
@ -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:crate2nixGenerate --` in `//tvix` itself and commit the changes
|
||||
`mg run //tvix: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
|
||||
|
|
Loading…
Reference in a new issue