mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
12 lines
238 B
Bash
12 lines
238 B
Bash
export NF_CONFIG_ROOT=$PWD
|
|
export HOME_HOSTNAME=$(hostname -s)
|
|
FLAKE_ARGS=()
|
|
|
|
if [[ $(id -un) = kat ]]; then
|
|
git pull
|
|
fi
|
|
|
|
source_env_if_exists .envrc.conf
|
|
|
|
use flake "${FLAKE_ARGS[@]}"
|
|
export FLAKE_OPTS=${FLAKE_OPTS:-"${FLAKE_ARGS[*]}"}
|