every.channel/.envrc
2026-02-16 12:54:42 -05:00

5 lines
197 B
Bash

# Work around `NO_COLOR=1` being interpreted as `--no-color 1` by some nix versions.
export NO_COLOR=true
use flake
export EVERY_CHANNEL_ROOT="$(git rev-parse --show-toplevel 2>/dev/null || pwd)"