Loading pkgs/by-name/mu/musl/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -39,6 +39,8 @@ let then "x86_64" else if stdenv.hostPlatform.isx86_32 then "i386" else if stdenv.hostPlatform.isAarch64 then "aarch64" else null; in Loading Loading
pkgs/by-name/mu/musl/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -39,6 +39,8 @@ let then "x86_64" else if stdenv.hostPlatform.isx86_32 then "i386" else if stdenv.hostPlatform.isAarch64 then "aarch64" else null; in Loading