From 7eb70148219f902fa1df6b361b87c37efa17a332 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 8 Nov 2022 22:26:12 +0000 Subject: feat(tvix/eval): move shell.nix and .envrc to //tvix Both //tvix/eval and //tvix/nix_cli have need to for rust tooling available in $PATH. Move this one level up, so it's accessible in all subdirectories. Change-Id: I0763bbe9cefdc962f3a8f86c51e8f67cde8b4b04 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7248 Autosubmit: flokli Reviewed-by: sterni Reviewed-by: grfn Tested-by: BuildkiteCI --- tvix/nix_cli/shell.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tvix/nix_cli/shell.nix (limited to 'tvix/nix_cli') diff --git a/tvix/nix_cli/shell.nix b/tvix/nix_cli/shell.nix deleted file mode 100644 index f57019cd94a4..000000000000 --- a/tvix/nix_cli/shell.nix +++ /dev/null @@ -1,11 +0,0 @@ -let - depot = (import ./.. { }); - pkgs = depot.third_party.nixpkgs; - -in -pkgs.mkShell { - buildInputs = [ - pkgs.rustup - pkgs.rust-analyzer - ]; -} -- cgit 1.4.1