We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ae1a9 commit 8a0a9f2Copy full SHA for 8a0a9f2
1 file changed
nix/package.nix
@@ -4,7 +4,7 @@
4
stdenvAdapters,
5
rustPlatform,
6
llvm,
7
- useMold ? stdenv.isLinux && !stdenv.hostPlatform.isAarch,
+ useMold ? stdenv.isLinux,
8
}: let
9
toml = (lib.importTOML ../Cargo.toml).package;
10
pname = toml.name;
0 commit comments