treewide: Make sure "import <nixpkgs> {}" works

It seems that this expression is used somewhere in internals of nixpkgs itself,
and some stuff not working otherwise. I didn't debug it thorously, but it
helped me to get "nix-shell" for "haskell/large-anon" working.
This commit is contained in:
Dmitry Bogatov 2023-09-25 16:02:29 -04:00
parent aaa1a9e4e1
commit bad5097403
1 changed files with 1 additions and 1 deletions

2
.envrc
View File

@ -4,6 +4,6 @@
# complicated.
#
# Not something one need to do every day, but still. Ergonomics matters.
export NIX_PATH=snapshot=$PWD
export NIX_PATH=snapshot=$PWD:nixpkgs=$PWD/nixpkgs
# vim:ft=bash: