devshell/shells/go.nix

3 lines
65 B
Nix

{ pkgs }: pkgs.mkShell {
packages = with pkgs; [ go gopls ];
}