# shellcheck shell=bash # .envrc file of direnv. # If you use vsode, pleaes use the `direnv` extension. # Use nix-direnv # https://github.com/nix-community/nix-direnv # Ensures that flake.nix gets evaluated. use flake # Flutter via FVM — .fvmrc pins the version; fvm use creates .fvm/flutter_sdk. # This must come after `use flake` so FVM Flutter takes precedence. PATH_add .fvm/flutter_sdk/bin PATH_add "$HOME/Android/Sdk/platform-tools" export DAGGER_NO_NAG=1 # Load variables from .env dotenv_if_exists