Add NIX_PATH to envrc
This way functions like `nix/sly-from-universe` can resolve nix paths like `<depot>` and `<universe>`.
This commit is contained in:
parent
ccd8907e22
commit
e1ccee27d5
1 changed files with 1 additions and 0 deletions
1
.envrc
1
.envrc
|
@ -1 +1,2 @@
|
|||
export DOTFILES=~/dotfiles
|
||||
NIX_PATH=nixpkgs=$HOME/.nix-defexpr/nixpkgs:depot=$HOME/depot:universe=$HOME/mono
|
||||
|
|
Loading…
Reference in a new issue