docs(readme): add nix installation info (#67)

This commit is contained in:
Evan Stoll
2020-07-21 08:26:34 -04:00
committed by GitHub
parent a7374be505
commit ed3e92ec36

View File

@@ -47,6 +47,13 @@ Available through the following overlay as `sys-fs/diskonaut`:
https://github.com/telans/EBUILDS https://github.com/telans/EBUILDS
### Nix / NixOS
Available in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/diskonaut/default.nix):
```
$ nix-env --install diskonaut
$ # (Or using the attribute name, which is also diskonaut.)
```
## Supported platforms ## Supported platforms
Right now `diskonaut` supports linux and macos. If you're on a different operating system and would like to help port it, that would be amazing! Right now `diskonaut` supports linux and macos. If you're on a different operating system and would like to help port it, that would be amazing!