shell.nix: remove go

This commit is contained in:
Cadey Ratio 2020-07-16 11:07:48 -04:00
parent 6a48cd0fcb
commit 6ba9ff3f5b
1 changed files with 0 additions and 6 deletions

View File

@ -9,12 +9,6 @@ in with pkgs;
with xepkgs;
mkShell {
buildInputs = [
# Go tools
go
goimports
gopls
vgo2nix
# Rust
cargo
cargo-watch