treefmt/.envrc
zimbatm f2bbb89e39
add .envrc for the project
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2022-09-21 18:28:18 +02:00

8 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
# Environment variables for the project. See https://direnv.net/
if nix flake metadata &>/dev/null; then
use flake
else
use nix
fi