mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Fix mold setup
This commit is contained in:
parent
8d62d35c1b
commit
01ad4c7453
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@
|
|||
};
|
||||
|
||||
devShell = with pkgs; mkShell {
|
||||
"CARGO_${hostCargoTarget}" = "${mold}/bin/mold";
|
||||
"CARGO_TARGET_${hostCargoTarget}_LINKER" = "${clang}/bin/clang";
|
||||
"RUSTFLAGS" = "--cfg tokio_unstable --cfg uuid_unstable -C link-arg=-fuse-ld=${mold-wrapped}/bin/mold";
|
||||
|
||||
nativeBuildInputs = [
|
||||
diesel-cli
|
||||
|
|
Loading…
Reference in a new issue