with (import {}); mkShell { buildInputs = with pkgs; [ go gcc ]; shellHook = ""; }