Skip to content

Commit 8a0a9f2

Browse files
committed
nix: link with Mold for all Linux platforms
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ibed900b7d587278223e6150332aac1dd6a6a6964
1 parent d2ae1a9 commit 8a0a9f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
stdenvAdapters,
55
rustPlatform,
66
llvm,
7-
useMold ? stdenv.isLinux && !stdenv.hostPlatform.isAarch,
7+
useMold ? stdenv.isLinux,
88
}: let
99
toml = (lib.importTOML ../Cargo.toml).package;
1010
pname = toml.name;

0 commit comments

Comments
 (0)