mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
13 lines
291 B
Bash
13 lines
291 B
Bash
export NF_CONFIG_ROOT=$PWD
|
|
export HOME_HOSTNAME=$(hostname -s)
|
|
FLAKE_ARGS=()
|
|
|
|
source_env_if_exists ".envrc.${USER-$(id -un)}"
|
|
|
|
source_env_if_exists .envrc.conf
|
|
|
|
use flake "${FLAKE_ARGS[@]}"
|
|
export FLAKE_OPTS=${FLAKE_OPTS:-"${FLAKE_ARGS[*]}"}
|
|
|
|
watch_file outputs.nix
|
|
watch_file devShells.nix
|