-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
I just created a PR to add cntb to nixpkgs and I realized that this repository contains two files with the same filename modulo case.
This doesn't behave well on case insensitive filesystems and made Nix compute two different hashes for the sources depending if on linux or macos.
The infamous files are:
[AddOnResponse.md](https://github.com/contabo/cntb/blob/main/openapi/docs/AddOnResponse.md)[AddonResponse.md](https://github.com/contabo/cntb/blob/main/openapi/docs/AddonResponse.md)
My current workaround is patching the sources deleting the entire ./openapi/docs directory.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels