about summary refs log tree commit diff
path: root/.envrc
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-31T12·44+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-31T12·44+0000
commit039b260cacd1880044b0f9fe8a1b0729ee4ebb06 (patch)
tree6107aa00302f7c9302679cfd7b6979a97da6ba1b /.envrc
parent578ed1ba98510058cf48f897a9bf4e3391684120 (diff)
Point <nixpkgs> to ~/nixpkgs
At the moment, all of the Nix repositories that I'm consuming exist in ~. To
keep things consistent, I ran:

```shell
> hub clone nixos/nixpkgs ~/nixpkgs
```
Diffstat (limited to '.envrc')
-rw-r--r--.envrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index bf9f120d91..b8a3c45f63 100644
--- a/.envrc
+++ b/.envrc
@@ -2,4 +2,4 @@ export DOTFILES=~/dotfiles
 export DESKTOP=zeno.lon.corp.google.com
 export LAPTOP=seneca
 export CLOUDTOP=wpcarro.c.googlers.com
-NIX_PATH=nixpkgs=$HOME/.nix-defexpr/nixpkgs:depot=$HOME/depot:universe=$HOME/universe
+NIX_PATH=nixpkgs=$HOME/nixpkgs:depot=$HOME/depot:universe=$HOME/universe