1{ pkgs ? import <nixpkgs> {} }:
2  pkgs.mkShell {
3    nativeBuildInputs = with pkgs.buildPackages; [
4      go
5    ];
6}