Loading pkgs/tools/package-management/nix/modular/packaging/components.nix +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ let + lib.optionalString ( !stdenv.hostPlatform.isWindows !(stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isCygwin) # build failure && !stdenv.hostPlatform.isStatic # LTO breaks exception handling on x86-64-darwin. Loading pkgs/top-level/release-cross.nix +1 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ let cygwinCommon = { hello = nativePlatforms; nixVersions.git = nativePlatforms; }; wasiCommon = { Loading Loading
pkgs/tools/package-management/nix/modular/packaging/components.nix +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ let + lib.optionalString ( !stdenv.hostPlatform.isWindows !(stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isCygwin) # build failure && !stdenv.hostPlatform.isStatic # LTO breaks exception handling on x86-64-darwin. Loading
pkgs/top-level/release-cross.nix +1 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ let cygwinCommon = { hello = nativePlatforms; nixVersions.git = nativePlatforms; }; wasiCommon = { Loading