Mention nixpkgs-unstable channel on the README

This commit is contained in:
Utku Demir 2020-07-29 13:01:19 +12:00 committed by GitHub
parent 0b7980778e
commit 7830fad996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
# nix-tree
![Build Status](https://github.com/utdemir/nix-tree/workflows/nix-build/badge.svg)
[![Packaging status](https://repology.org/badge/vertical-allrepos/nix-tree.svg)](https://repology.org/project/nix-tree/versions)
Interactively browse the dependency graph of your Nix derivations.
@ -8,6 +10,14 @@ Interactively browse the dependency graph of your Nix derivations.
## Installation
From nixpkgs-unstable:
```
nix-env -iA nix-tree -f https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz
```
Development version:
```
nix-env -iA nix-tree -f https://github.com/utdemir/nix-tree/archive/master.tar.gz
```
@ -24,6 +34,8 @@ nixpkgs.overlays = [
home.packages = [ pkgs.nix-tree ];
```
## Usage
```