Suggest `gcc_multi` to make `mir_opts` run on nixos (#1841)

This commit is contained in:
Nadrieril 2023-12-19 11:07:35 +01:00 committed by GitHub
parent af59355e3e
commit ce67594f02
1 changed files with 1 additions and 1 deletions

View File

@ -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;