# direnv configuration for automatic Nix shell activation
# Install direnv: https://direnv.net/

use flake

# Additional environment variables
export RUST_BACKTRACE=1
export RUST_LOG=info

# Set git commit template
git config commit.template .gitmessage 2>/dev/null || true
