]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
Add Nix(OS) install instructions to the README
authorMichael Weiss <dev.primeos@gmail.com>
Sat, 21 Oct 2017 20:14:14 +0000 (22:14 +0200)
committerMichael Weiss <dev.primeos@gmail.com>
Sat, 21 Oct 2017 20:14:14 +0000 (22:14 +0200)
README.md

index 6c7ea3d0d6fcef253586697273caa847d434914e..8322c9f64881ed571be442190ad5dd779236fdc4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -86,6 +86,13 @@ Install from AUR, e.g.:
 $ yaourt -S nvme-cli-git
 ```
 
+### Nix(OS)
+
+The attribute is named `nvme-cli` and can e.g. be installed with:
+```
+$ nix-env -f '<nixpkgs>' -iA nvme-cli
+```
+
 ### Other Distros
 
 TBD