{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ go nodejs gcc pkg-config ]; CGO_ENABLED = "1"; }