nixfiles/.envrc
2023-03-10 20:02:29 -08:00

8 lines
108 B
Bash

if [[ $(id -un) = kat ]]; then
export TRUSTED=1
git pull
fi
export HOME_HOSTNAME=$(hostname -s)
use nix