about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-23T18·24+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-23T21·57+0000
commit336a1fdf9f72ef9559fa71c073d5e076e34466d5 (patch)
treeb4873b8aaf6a7bff8a9cb6729db54c5c4efba9cd
parent2c28f85946538397e0a32ef334b525e5db29712c (diff)
Add <nixpkgs> to NIX_PATH
Lest we forget our roots.
-rw-r--r--.envrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index b56819ed8cdf..bf79e325a121 100644
--- a/.envrc
+++ b/.envrc
@@ -1 +1 @@
-NIX_PATH=depot=$HOME/depot:universe=$HOME/mono
+export NIX_PATH=nixpkgs=$HOME/.nix-defexpr/nixpkgs:depot=$HOME/depot:universe=$HOME/mono