You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following your Usage Example Section and when running nix-shell -p sops --run "sops secrets/firefly/.db.env",
I get the cryptic error: parsing time "" as "2006-01-02T15:04:05Z07:00": cannot parse "" as "2006".
This error might originate from sops itself.
Any help is hugely appreciated!
The text was updated successfully, but these errors were encountered:
No. I tried to encrypt an already existing file, which is apparently is wrong. Instead I should run nix-shell -p sops --run "sops secrets/firefly/.db.env" when the file does not yet exist.
Could it be possible to improve the generated error message? Or is this a sops problem not a sops-nix one?
In that case I would open an issue there
I am following your Usage Example Section and when running
nix-shell -p sops --run "sops secrets/firefly/.db.env"
,I get the cryptic error:
parsing time "" as "2006-01-02T15:04:05Z07:00": cannot parse "" as "2006"
.This error might originate from sops itself.
Any help is hugely appreciated!
The text was updated successfully, but these errors were encountered: