Suggest `gcc_multi` to make `mir_opts` run on nixos (#1841)
This commit is contained in:
parent
af59355e3e
commit
ce67594f02
|
|
@ -328,7 +328,7 @@ in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
name = "rustc";
|
name = "rustc";
|
||||||
nativeBuildInputs = with pkgs; [
|
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;
|
RIPGREP_CONFIG_PATH = ripgrepConfig;
|
||||||
RUST_BOOTSTRAP_CONFIG = config;
|
RUST_BOOTSTRAP_CONFIG = config;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue