Skip to content

Commit 73ef319

Browse files
committed
fix cross compile errooooor
1 parent 47bb784 commit 73ef319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/overlays/llvm.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ final: prev: {
2222
final.runCommandLocal "llvm-version-for-our-rustc"
2323
{
2424
RUSTC = "${rust-toolchain.out}/bin/rustc";
25-
GREP = "${final.gnugrep}/bin/grep";
26-
SED = "${final.gnused}/bin/sed";
25+
GREP = "${final.pkgsBuildHost.gnugrep}/bin/grep";
26+
SED = "${final.pkgsBuildHost.gnused}/bin/sed";
2727
}
2828
''
2929
$RUSTC --version --verbose | \

0 commit comments

Comments
 (0)