-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files with the same name but different case #34
Comments
Hi @aciceri, |
PR sent. |
Merged, workaround no longer necessary. |
It seems that this problem re-occurred @schaluvaji |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: