3 lines
93 B
Nix
3 lines
93 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
pkgs.mkShell rec { buildInputs = with pkgs; [ go gopls ]; }
|