blob: 7f1fa5a8cfa7e1fe4aab2cace9ba67406d9b0dcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PATH_add $PWD
export NIX_PATH=$PWD/nix
export BIZ_ROOT=$PWD
export HERO_PORT=3000
export HERO_CLIENT=$BIZ_ROOT/_bild/Hero.Client/static
export HERO_DATA_DIR=$BIZ_ROOT/_keep
export GUILE_LOAD_PATH=$PWD
if type lorri &>/dev/null
then
eval "$(lorri direnv)"
else
use nix
fi
|