Review cleanups

This commit is contained in:
Christine Dodrill 2020-12-16 09:42:05 -05:00
parent 70512da940
commit abaedc675b
2 changed files with 1 additions and 5 deletions

1
.envrc
View File

@ -1 +0,0 @@
eval "$(lorri direnv)"

View File

@ -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
];
}