Open
Description
This is a problem, since this set is used to compute the set of packages for shellFor
.
Evaluating selectLocalPackages
in nix repl
doesn't include them.
When I enter a shell, I see: trace: Shell for ...
which does not include the extra-dep
s.
Then when I cabal v2-build
it tries to build them but hits e.g. missing foreign dependencies. (yes, we use both stack and cabal...)