summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfuerbringer <severin@protonmail.ch>2019-04-13 18:57:11 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2019-04-14 08:09:09 +0200
commit7de238e3a81e0fcde100bf99eb9e94ab615d7807 (patch)
treec24380bfd1360bfb11524c2fd2ad0f5925c42d30
parent7dff7c495703c70b35279c439a50a7285f1e1661 (diff)
Add install instructions for NixOS.
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b2ce053..ae6f320 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,14 @@ xbps-install diskus
pkgman install diskus
```
+### On NixOS
+
+```
+nix-env -iA nixos.diskus
+```
+
+Or add it to `environment.systemPackages` in your `configuration.nix`.
+
### On other systems
Check out the [release page](https://github.com/sharkdp/diskus/releases) for binary builds.