5 lines
197 B
Bash
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)"
|