mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-02-23 19:31:59 +00:00
nix: link with Mold for all Linux platforms
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ibed900b7d587278223e6150332aac1dd6a6a6964
This commit is contained in:
parent
d2ae1a9af7
commit
8a0a9f2649
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
stdenvAdapters,
|
||||
rustPlatform,
|
||||
llvm,
|
||||
useMold ? stdenv.isLinux && !stdenv.hostPlatform.isAarch,
|
||||
useMold ? stdenv.isLinux,
|
||||
}: let
|
||||
toml = (lib.importTOML ../Cargo.toml).package;
|
||||
pname = toml.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue