diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-31T12·44+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-31T12·44+0000 |
commit | 039b260cacd1880044b0f9fe8a1b0729ee4ebb06 (patch) | |
tree | 6107aa00302f7c9302679cfd7b6979a97da6ba1b /.envrc | |
parent | 578ed1ba98510058cf48f897a9bf4e3391684120 (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-- | .envrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc index bf9f120d9158..b8a3c45f637a 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 |