manix icon indicating copy to clipboard operation
manix copied to clipboard

Failed to load nixpkgs tree and documentation cache

Open kkharji opened this issue 3 years ago • 1 comments

Hey @mlvzk thanks for this awesome package.

I'm getting two errors in spite of getting results


Failed to load Nixpkgs Tree cache file: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Failed to load Nixpkgs Documentation cache file: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Nixpkgs Comments
────────────────────

Any clue what I'm doing wrong. Thanks

kkharji avatar Jan 26 '22 00:01 kkharji

if you dont use channels, that may be why. I modified NIX_PATH to point at a local checkout export NIX_PATH=nixpkgs=. and then manix could find results, but still with errors for the other sources, home-manager etc. I use flakes but I dont think the tool is ready for it yet ?

teto avatar Oct 15 '22 14:10 teto