summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-05-02 15:39:07 -0700
committerBen Sima <ben@bsima.me>2020-05-02 15:39:07 -0700
commitb8c33100286ab307f46d3dfe7adf44008cc59d3e (patch)
tree95a822b141fd2e08c03a8eb90dc72121c22ad0a4 /.envrc
parent93718f88d65d1fc4322fbd42804dfabc9128e4cd (diff)
Auto-overlay niv sources
This is somewhat experimental, the idea is automatically set the sources from my niv pinned deps. It seems to work, so I'll keep at it and see if I can improve it as issues come up.
Diffstat (limited to '.envrc')
-rw-r--r--.envrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index 9950962..28b8bda 100644
--- a/.envrc
+++ b/.envrc
@@ -1,4 +1,5 @@
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