nixfiles/.envrc
2023-03-11 13:36:51 -08:00

11 lines
182 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 nix