maralorn / nix-output-monitor

Pipe your nix-build output through the nix-output-monitor a.k.a nom to get additional information while building.
GNU Affero General Public License v3.0
835 stars 24 forks source link

Replace ‘ with ' in help text to prevent encoding issues #138

Closed SandaruKasa closed 2 months ago

SandaruKasa commented 2 months ago

When LOCALE_ARCHIVE env variable is not set, nom -h fails like so

...
    via human-readable log parsing:
      nix-build |& nom

    Donnom: <stderr>: hPutChar: invalid argument (cannot encode character '\8216')

This is somewhat of a band-aid fix, but I'm not sure what part of this scary thing called "software stack" is at fault here and thus how this issue should be addressed properly.

maralorn commented 2 months ago

Ooof, how annoying. I agree that really understand this would be great but it’s not important enough.

Thank you!

maralorn commented 1 month ago

Released in 2.1.3