This commit is contained in:
albert 2024-05-06 12:12:12 +09:00
parent 1df9fb9d37
commit 1ef5df7b81
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -35,7 +35,7 @@
''; '';
decrypt = '' decrypt = ''
set output $(echo $argv | rev | cut -c16- | rev) set output $(echo $argv | rev | cut -c16- | rev)
gpg --decrypt --output $output && echo "Decrypted: $argv -> $output" gpg --decrypt --output $output $argv && echo "Decrypted: $argv -> $output"
''; '';
update_secrets = '' update_secrets = ''