diff options
author | Ben Sima <ben@bsima.me> | 2020-07-25 14:49:11 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-25 14:49:11 -0700 |
commit | 6a6aa57afe94f8ffee3a648ca66aa16099714b94 (patch) | |
tree | ed4cee7997d9bf72e286d541abf380671ad785ce /.envrc | |
parent | 3acaa1034b8d9da69acdc52d1fb8e03f50223488 (diff) |
bild: port to haskell
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,16 +1,9 @@ PATH_add $PWD export BIZ_ROOT=$PWD -export HERO_PORT=3000 -export HERO_NODE=$BIZ_ROOT/_bild/Hero.Node/static -export HERO_KEEP=$BIZ_ROOT/_keep -export HERO_SKEY=$BIZ_ROOT/_skey - export GUILE_LOAD_PATH=$PWD export EDITOR=vim if type lorri &>/dev/null then eval "$(lorri direnv)" -else - use nix fi |