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

DerivationReadError in a .drv cotaining unicode chars #136

Open nh2 opened 3 months ago

nh2 commented 3 months ago

We encountered on ZuriHac:

nix-output-monitor error: DerivationReadError /nix/store/sy16h6b3k498dfpxqhq77l1q7nr6wgqb-source.drv: hGetContents: invalid argument (cannot decode byte sequence starting from 195)

Contents of that file:

nom-issue-136.zip

maralorn commented 3 months ago

Ah, well. That’s then an issue in nix-derivation I think. Probably gonna drop that dependency …