nix-tree
nix-tree copied to clipboard
Interactively browse dependency graphs of Nix derivations.
I've run into a specific case where nix-tree will lock up. What I'm doing is: - run `nix-shell -p nix-tree --run "nix-tree --derivation /nix/store/aq69wwnfqb5c62kk6vaafc3x9kj37cjp-newsboat-2.28-vendor.tar.gz.drv"` - use `/` to search for...
Thanks for nix-tree! It's great. I love these tools that take advantage of all the great information available from the Nix packaging system. One thing I'd really like to use...
I often need to examine what an output directory contains and what an input source directory contains. Would be nice to also be able to `nix show-derivation ...` for a...
I have the problem that I have been executing nix builds in many different directories over time and therefore there are tons of `result` files and corresponding gcroots in `/nix/var/nix/gcroots/auto`....
I'd like to be able to see the packages that depend on e.g. Perl, and their parents. Ideally, you'd be able to search for "perl", and then the tree makes...
It would be nice if nix-tree would also display meta information for each package, like for example the license.
Hi, it would be nice if you offered to use `nix-tree` as a library as follows: - move the `other-modules` to a library - have the executable only contain the...
When hitting a bound key like / before the progress bar starts crashes the application. ``` $ nix-tree
I was trying to find why a derivation was taking up so much space. The best way I could figure out how to do it, with any tools, was to...
Please add a `--file` flag, such as is supported by `nix path-info`, so I can view the tree for things that haven't been flakeified yet.