devshell/go.nix
2023-12-08 13:30:20 +05:30

3 lines
65 B
Nix

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