From abaedc675b78447928954d2c9805349d1008acc9 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 16 Dec 2020 09:42:05 -0500 Subject: [PATCH] Review cleanups --- .envrc | 1 - shell.nix | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .envrc diff --git a/.envrc b/.envrc deleted file mode 100644 index 051d09d29..000000000 --- a/.envrc +++ /dev/null @@ -1 +0,0 @@ -eval "$(lorri direnv)" diff --git a/shell.nix b/shell.nix index c9c5029a8..f6a7f1396 100644 --- a/shell.nix +++ b/shell.nix @@ -2,9 +2,6 @@ pkgs.mkShell { buildInputs = with pkgs; [ - go goimports gopls - - # keep this line if you use bash - pkgs.bashInteractive + go goimports gopls git ]; }