nixdu: Interactively browse a Nix store paths dependencies

[ bsd3, deprecated, language.nix, program ] [ Propose Tags ]
Deprecated in favor of nix-tree

A terminal curses application to browse a Nix store paths dependencies


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Dependencies aeson, async, base (>=4.11 && <5), brick, containers, deepseq, directory, filepath, hashable, hrfsize, lens, parallel, protolude, text, transformers, typed-process, unordered-containers, vty [details]
License BSD-3-Clause
Copyright Utku Demir
Author Utku Demir
Maintainer Utku Demir
Category Language.Nix
Home page https://github.com/utdemir/nixdu
Uploaded by utdemir at 2020-07-02T01:32:52Z
Distributions
Executables nixdu
Downloads 226 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2020-07-02 [all 2 reports]

Readme for nixdu-0.1.0.0

[back to package description]

nixdu

Interactively browse the dependency graph of your Nix derivations.

asciicast

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