We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there!
Currently, nixfmt . fails in projects where I use direnv as it tries to reformat something in .direnv:
nixfmt .
direnv
.direnv
nixfmt: ./.direnv/flake-inputs/pgildni8kbdhq7b28006b7px1qjf6jyp-source/nix: openTempFileWithDefaultPermissions: permission denied (Read-only file system)
A nice solution would be:
-E/--exclude
Would be cool to see this in the future. Keep up the great work!
The text was updated successfully, but these errors were encountered:
This is a known issue, but we decided to defer file filtering to other tools: #151 (comment)
Sorry, something went wrong.
Thanks!
No branches or pull requests
Hi there!
Currently,
nixfmt .
fails in projects where I usedirenv
as it tries to reformat something in.direnv
:nixfmt: ./.direnv/flake-inputs/pgildni8kbdhq7b28006b7px1qjf6jyp-source/nix: openTempFileWithDefaultPermissions: permission denied (Read-only file system)
A nice solution would be:
.direnv
)-E/--exclude
parameterWould be cool to see this in the future. Keep up the great work!
The text was updated successfully, but these errors were encountered: