shell.nix (
11
lines of code) (
raw
):
{ pkgs ? import <nixpkgs> { config.allowUnfree = true; }, }: pkgs.mkShell { buildInputs = with pkgs; [ go gopls golangci-lint terraform ]; }