nix-tree/README.md

18 lines
336 B
Markdown
Raw Normal View History

2020-06-25 01:41:28 +03:00
# nixdu
2020-06-25 01:47:16 +03:00
2020-06-29 13:56:15 +03:00
Interactively browse the dependency graph of your Nix derivations.
2020-06-29 13:53:45 +03:00
2020-07-01 09:24:43 +03:00
[![asciicast](https://asciinema.org/a/XVVOPQuU6ZQ0vGuO8ejr4JB11.svg)](https://asciinema.org/a/XVVOPQuU6ZQ0vGuO8ejr4JB11)
2020-06-29 13:53:45 +03:00
## Installation
```
nix-env -i https://github.com/utdemir/nixdu/archive/master.tar.gz -A exe
```
## Usage
2020-06-25 01:47:16 +03:00
```
2020-06-29 13:53:45 +03:00
nixdu [STORE PATHS]
2020-06-25 01:47:16 +03:00
```