config/.envrc

14 lines
470 B
Plaintext
Raw Normal View History

2023-01-03 12:14:11 +02:00
_gpgconv="gpg2 -d --quiet --yes --compress-algo=none --no-encrypt-to"
if [ "$(git config diff.gpg.textconv)" != "$_gpgconv" ]; then
git config diff.gpg.binary true
git config diff.gpg.textconv "$_gpgconv"
fi
2023-01-11 05:38:02 +02:00
export PASSWORD_STORE_DIR=$PWD
2023-03-30 16:33:03 +03:00
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi
use flake