diff options
Diffstat (limited to 'tvix/shell.nix')
-rw-r--r-- | tvix/shell.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tvix/shell.nix b/tvix/shell.nix deleted file mode 100644 index e8d1e5e383ea..000000000000 --- a/tvix/shell.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ depot ? import ../. { } -, pkgs ? depot.third_party.nixpkgs -, ... -}: - -pkgs.mkShell { - name = "tvix-eval-dev-env"; - packages = [ - pkgs.buf-language-server - pkgs.cargo - pkgs.clippy - pkgs.rust-analyzer - pkgs.rustc - pkgs.rustfmt - pkgs.protobuf - ]; -} |