diff --git a/src/building/suggested.md b/src/building/suggested.md index 1336ff629..397a2e94b 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -328,7 +328,7 @@ in pkgs.mkShell { name = "rustc"; nativeBuildInputs = with pkgs; [ - gcc9 binutils cmake ninja openssl pkgconfig python39 git curl cacert patchelf nix psutils + gcc_multi binutils cmake ninja openssl pkgconfig python39 git curl cacert patchelf nix psutils ]; RIPGREP_CONFIG_PATH = ripgrepConfig; RUST_BOOTSTRAP_CONFIG = config;