This commit is contained in:
Cadey Ratio 2021-04-08 13:43:43 -04:00
parent ccc6e291fb
commit 6dec6c9031
2 changed files with 6 additions and 0 deletions

1
.envrc Normal file
View File

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

5
shell.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [ go gopls goimports bashInteractive ];
}