Skip to content

Commit

Permalink
Suggest gcc_multi to make mir_opts run on nixos (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril authored Dec 19, 2023
1 parent ef41fc0 commit 038010b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 038010b

Please sign in to comment.