[Nix-dev] How to check which package pulls in (for example) yesod?

Brian McKenna brian at brianmckenna.org
Tue Nov 3 23:20:02 CET 2015


If you run:

    nix-store -q --tree /nix/var/nix/profiles/system

You'll see a tree of dependencies for your current running system.

I think git-annex uses Yesod, if you have that installed.

On 4 November 2015 at 08:09, Matthias Beyer <mail at beyermatthias.de> wrote:
> Hi,
>
> I have no haskell stuff installed via systemPackages on my system, but
> it recompiles yesod if I build from master (if I want to try out
> something). So I guess something depends on yesod in my systemPackages
> somehow.
>
> How to find out what?
>
> --
> Mit freundlichen Grüßen,
> Kind regards,
> Matthias Beyer
>
> Proudly sent with mutt.
> Happily signed with gnupg.
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>


More information about the nix-dev mailing list