# Kotoba development environment
# Use with direnv: https://direnv.net/

# Enable Nix flakes
use flake

# Optional: Set up environment variables
export RUST_BACKTRACE=1
export RUST_LOG=info

# Optional: Add local bin to PATH
PATH_add bin
