haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
87 stars 23 forks source link

nar: fix ordering of case-hacked paths on macOS #286

Closed sandydoo closed 1 week ago

sandydoo commented 2 weeks ago

When undo-ing the case hack on macOS, we need to restore the original order of paths when traversing directories. This entails undo-ing the case hack for the entire listed directory and then sorting.

domenkozar commented 1 week ago

@sorki can you make a release :pray:

sorki commented 1 week ago

Yep, released as hnix-store-nar-0.1.1.0 via https://github.com/haskell-nix/hnix-store/pull/287

Thanks!