From 6ba9ff3f5b4ad81fffb13e6dbea0340c666b216b Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 16 Jul 2020 11:07:48 -0400 Subject: [PATCH] shell.nix: remove go --- shell.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell.nix b/shell.nix index e9ca35a..b9c873a 100644 --- a/shell.nix +++ b/shell.nix @@ -9,12 +9,6 @@ in with pkgs; with xepkgs; mkShell { buildInputs = [ - # Go tools - go - goimports - gopls - vgo2nix - # Rust cargo cargo-watch