devshell/go.nix

4 lines
65 B
Nix
Raw Normal View History

2023-12-08 13:18:53 +05:30
{ pkgs }: pkgs.mkShell {
packages = with pkgs; [ go gopls ];
}