-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Make issues with trusted keys have clearer error messages #8479
Comments
Increasing the verbosity might help identify the culprit; can you try invoking with |
Nope already tried that |
Not being able to rebuild my system is really annoying, anyway here is an example of an erroring cmd with 9
|
Had the same issue. Completely uninstalling and reinstalling Nix worked for me. |
Oof, well I recently found the fix. It happened to be a impropperly formatted trusted key. I think the error needs to be made clearer |
invalid character in Base64 string
…cted Output the offending string in its entirety to provide context. Closes NixOS#8479
I got burned by this on Friday and spent a couple of hours trying to read the tea leaves. In the end, patching |
…cted Output the offending string in its entirety to provide context. Closes NixOS#8479
Somewhat related and might imply there are other causes of this: I even get the error building your fork (while trying to debug my own instance of this) using:
I can build it with no substitutions using this though it looks like:
|
Nevermind, I was inspecting |
Describe the bug
Whenever I run a nix command, (ex.
nix run
,nix profile
,nixos-rebuild
) it will fail like sowith no extra info, just fails
Steps To Reproduce
Expected behavior
nix command executes sucessfully
nix-env --version
outputnix-env (Nix) 2.15.0
Additional context
I'm running NixOS
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: