4 lines
65 B
Nix
4 lines
65 B
Nix
|
{ pkgs }: pkgs.mkShell {
|
||
|
packages = with pkgs; [ go gopls ];
|
||
|
}
|