diff options
Diffstat (limited to 'tvix/eval')
-rw-r--r-- | tvix/eval/.envrc | 7 | ||||
-rw-r--r-- | tvix/eval/shell.nix | 14 |
2 files changed, 0 insertions, 21 deletions
diff --git a/tvix/eval/.envrc b/tvix/eval/.envrc deleted file mode 100644 index 777b522575a7..000000000000 --- a/tvix/eval/.envrc +++ /dev/null @@ -1,7 +0,0 @@ -if command -v lorri >/dev/null; then - eval "$(lorri direnv)" -else - use nix -fi - -source_up diff --git a/tvix/eval/shell.nix b/tvix/eval/shell.nix deleted file mode 100644 index 482ccb591eeb..000000000000 --- a/tvix/eval/shell.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ depot ? import ../../. { } -, pkgs ? depot.third_party.nixpkgs -}: - -pkgs.mkShell { - name = "tvix-eval-dev-env"; - packages = [ - pkgs.cargo - pkgs.clippy - pkgs.rust-analyzer - pkgs.rustc - pkgs.rustfmt - ]; -} |