Unverified Commit cb0f64e4 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

Merge pull request #230665 from alyssais/iso-image-targetPlatform

nixos/iso-image: targetPlatform -> hostPlatform
parents da41baa9 bf7de549
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ in
    };

    isoImage.squashfsCompression = mkOption {
      default = with pkgs.stdenv.targetPlatform; "xz -Xdict-size 100% "
      default = with pkgs.stdenv.hostPlatform; "xz -Xdict-size 100% "
                + lib.optionalString isx86 "-Xbcj x86"
                # Untested but should also reduce size for these platforms
                + lib.optionalString isAarch "-Xbcj arm"