diff options
author | Ben Sima <ben@bsima.me> | 2019-11-02 08:43:57 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-02 08:43:57 -0700 |
commit | 6094867053604fd911d2f71f4ce03c173dc5256a (patch) | |
tree | 568c7f00c3d43517e7cc5d879484168f826591b8 /.envrc | |
parent | 71c5c8e85071a67904d1b08d2f7fb0204bee5772 (diff) |
unify nix entrypoints to default.nix
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -export GUILE_LOAD_PATH=. +export GUILE_LOAD_PATH=$PWD +export NIX_PATH=$PWD:$NIX_PATH |