tailscalesd/.envrc

8 lines
226 B
Text
Raw Permalink Normal View History

#!/usr/bin/env bash
if [[ $(type -t use_flake) != function ]]; then
echo "ERROR: direnv's use_flake function missing. update direnv to v2.30.0 or later." && exit 1
fi
2023-11-06 09:13:21 +01:00
export TAILSCALESD_ENV_FILE=./dev.env
use flake
2023-11-06 09:13:21 +01:00
dotenv