2026-04-16 07:40:34 +02:00
|
|
|
# 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
|
|
|
|
|
|
2026-04-17 12:17:51 +02:00
|
|
|
# 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
|
|
|
|
|
|
2026-04-28 12:36:30 +02:00
|
|
|
PATH_add "$HOME/Android/Sdk/platform-tools"
|
|
|
|
|
|
2026-04-16 07:40:34 +02:00
|
|
|
# Load variables from .env
|
|
|
|
|
dotenv_if_exists
|