summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2d95b6d..ce8151c 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,14 @@ This is a CLI utility for displaying current network utilization by process, con
yay -S bandwhich
```
+#### Nix/NixOS
+
+`bandwhich` is available in [`nixpkgs`](https://github.com/nixos/nixpkgs/blob/master/pkgs/tools/networking/bandwhich/default.nix), and can be installed, for example, with `nix-env`:
+
+```
+nix-env -iA nixpkgs.bandwhich
+```
+
#### MacOS and other Linux flavours
```