fix(tvix/shell): s/buf-language-server/buf/
'buf-language-server' was removed as its development has moved to the 'buf' package. Change-Id: If1ef36ed54926644debc914817bf4afea8bf2264 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12928 Reviewed-by: lukegb <lukegb@tvl.fyi> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
131e7cca10
commit
74f2e86fcd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
pkgs.mkShell {
|
||||
name = "tvix-rust-dev-env";
|
||||
packages = [
|
||||
pkgs.buf-language-server
|
||||
pkgs.buf
|
||||
pkgs.cargo
|
||||
pkgs.cargo-machete
|
||||
pkgs.cargo-expand
|
||||
|
|
Loading…
Reference in a new issue