let pkgs = import {}; unstable = import {}; in pkgs.mkShell { buildInputs = with pkgs; [ go ]; }