hnix/main
John Wiegley b8307d2fb5 Initial version of the attribute finder, still needs tweaking
```
hnix -I nix=$PWD/data/nix/corepkgs --find \
  --eval --expr "import $HOME/src/nix/nixpkgs {}" \
  -A pkgs.haskellPackages
```
2018-04-30 21:48:45 -04:00
..
Main.hs Initial version of the attribute finder, still needs tweaking 2018-04-30 21:48:45 -04:00
Repl.hs Improve error reporting and value display in the REPL 2018-04-28 17:13:17 -07:00