We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2884b5f commit 9ad088fCopy full SHA for 9ad088f
lib/default.nix
@@ -255,7 +255,7 @@ in {
255
isCrossTarget = stdenv.targetPlatform != stdenv.hostPlatform
256
&& !(stdenv.hostPlatform.isLinux && stdenv.targetPlatform.isMusl && stdenv.hostPlatform.linuxArch == stdenv.targetPlatform.linuxArch);
257
# Native musl build-host-target combo
258
- isNativeMusl = stdenv.hostPlatform.isMusl
+ isNativeMusl = stdenv.targetPlatform.isMusl
259
&& stdenv.buildPlatform.linuxArch == stdenv.hostPlatform.linuxArch
260
&& stdenv.hostPlatform.linuxArch == stdenv.targetPlatform.linuxArch;
261
0 commit comments