Files

21 lines
514 B
Bash
Raw Permalink Normal View History

# 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
PATH_add "$HOME/Android/Sdk/platform-tools"
2026-05-17 07:15:12 +02:00
export DAGGER_NO_NAG=1
# Load variables from .env
dotenv_if_exists