nixfiles/.envrc
2023-04-25 11:48:17 -07:00

11 lines
184 B
Bash

export NF_CONFIG_ROOT=$PWD
export HOME_HOSTNAME=$(hostname -s)
if [[ $(id -un) = kat ]]; then
git pull
fi
if [[ -e trusted/trusted/flake.nix ]]; then
export TRUSTED=1
fi
use flake