mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
12 lines
206 B
Bash
12 lines
206 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
|
|
watch_file flake.lock
|