@hackage nixdu0.1.0.0
Interactively browse a Nix store paths dependencies
Categories
License
BSD-3-Clause
Maintainer
Utku Demir
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1.0.0 Thu, 2 Jul 2020
nixdu
Interactively browse the dependency graph of your Nix derivations.
Installation
nix-env -iA nixdu -f https://github.com/utdemir/nixdu/archive/master.tar.gz
A nixpkgs overlay is also provided via overlay.nix
, that can be used
with tools like home-manager:
nixpkgs.overlays = [
(let url = https://github.com/utdemir/nixdu/archive/master.tar.gz;
in import "${builtins.fetchTarball url}/overlay.nix" {})
];
home.packages = [ pkgs.nixdu ];
Usage
$ nixdu --help
nixdu --help
Usage: nixdu [paths] [-h|--help]
Paths default to $HOME/.nix-profile and /var/run/current-system.
Keybindings:
hjkl/Arrow Keys : Navigate
q/Esc: : Quit / close modal
w : Open why-depends mode
i : Toggle modeline
? : Show help