about summary refs log tree commit diff
path: root/.envrc
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-23T22·01+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-23T22·01+0000
commite1ccee27d53d5956bb6177a180216deefb087771 (patch)
treea5b3865466ee2dabb970c2df611d24216d9c8078 /.envrc
parentccd8907e227e435ea6cea43e5bcc6d4cd49c75a0 (diff)
Add NIX_PATH to envrc
This way functions like `nix/sly-from-universe` can resolve nix paths like
`<depot>` and `<universe>`.
Diffstat (limited to '.envrc')
-rw-r--r--.envrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index f95eed11e3a7..0a0185c1985b 100644
--- a/.envrc
+++ b/.envrc
@@ -1 +1,2 @@
 export DOTFILES=~/dotfiles
+NIX_PATH=nixpkgs=$HOME/.nix-defexpr/nixpkgs:depot=$HOME/depot:universe=$HOME/mono