all repos — gopkgs @ 4e599771482b896bc51517e680af81bcbecd0c3a

Go module vanity import paths

add go to shell

Alan Pearce
commit

4e599771482b896bc51517e680af81bcbecd0c3a

parent

8daab798ff9295fd199ea2d993cfbd34ed707308

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M shell.nixshell.nix
@@ -2,6 +2,7 @@ { pkgs ? import <nixpkgs> { } }:
pkgs.mkShell { buildInputs = with pkgs; [ + go rsync templ ];