summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-02 08:43:57 -0700
committerBen Sima <ben@bsima.me>2019-11-02 08:43:57 -0700
commit6094867053604fd911d2f71f4ce03c173dc5256a (patch)
tree568c7f00c3d43517e7cc5d879484168f826591b8 /.envrc
parent71c5c8e85071a67904d1b08d2f7fb0204bee5772 (diff)
unify nix entrypoints to default.nix
Diffstat (limited to '.envrc')
-rw-r--r--.envrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index f0cdafa..f4c7001 100644
--- a/.envrc
+++ b/.envrc
@@ -1 +1,2 @@
-export GUILE_LOAD_PATH=.
+export GUILE_LOAD_PATH=$PWD
+export NIX_PATH=$PWD:$NIX_PATH