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
I'm using nix and an S3 bucket I don't have read permissions to. I see this error in the logs
error: s3://company/object.whl response body: S3 object '%s' does not exist
My guess is that nix intends it to not literally print %s, but instead is trying to do some printf formatting.
%s
nix --version nix (Nix) 2.24.10
I was trying to run a nix build. Sorry there aren't complete steps to reproduce but I hope the error is clear?
You likely wanted to print something like this
S3 object '<some-name>' does not exist
The text was updated successfully, but these errors were encountered:
Thanks for the report, will be fixed in #12091!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
I'm using nix and an S3 bucket I don't have read permissions to. I see this error in the logs
My guess is that nix intends it to not literally print
%s
, but instead is trying to do some printf formatting.Steps To Reproduce
I was trying to run a nix build. Sorry there aren't complete steps to reproduce but I hope the error is clear?
Expected behavior
You likely wanted to print something like this
The text was updated successfully, but these errors were encountered: