dnstt_exporter/.envrc
2026-05-05 13:28:32 +02:00

5 lines
181 B
Bash

#!/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
use flake