-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error when trying to edit file #98
Comments
Thanks for reporting! Unfortunately, I cannot reproduce this: the given Maybe
|
Addendum: I've enabled all the necessary features (I think), and have the latest Nix stable version from
So this works
|
I'm using the latest commit of Ragenix on |
Could you please retry with the latest |
Done. But the problem persists. :( |
I'm running into the same issue while attempting to I've run
Edit: Doesn't seem to be caused by the variables… I took the time to copy the keys verbatim into each secret's Yeah I have no idea. I reduced my {
"wireless.env.age".publicKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJsVn0I6Q0rL94W2V89efhUiffAeJfDtHYcW6czXcPkh"
];
} And still the same error. |
I've also come across this issue... But only running in a terminal inside of VS Code. Other terminals were OK. I looked through the differences in the environments and
This variable exists (apparently only in VS Code environments for me) because I also have As others have reported, The contents of Hope this helps. 🙂 |
When I try to edit the file
a12l_password.age
I get an error messageMy expected result is that my
$EDITOR
starts with the decrypted file in a buffer.This is my
secrets.nix
file:I've looked at
but I don't know when the schema is checked in the evaluation process.
The text was updated successfully, but these errors were encountered: