Extend support for Nix/NixOS/home-manager (#253)

This commit is contained in:
Oleksii Filonenko
2019-11-11 22:16:40 +02:00
committed by Roey Darwish Dror
parent 227c96b724
commit f93b2720a0
5 changed files with 74 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ package manager. Topgrade is tested on and knows the following platforms:
* Red Hat based
* Debian based
* Gentoo
* NixOS
* openSUSE
* Void
* DragonFly BSD
@@ -32,6 +33,12 @@ package manager. Topgrade is tested on and knows the following platforms:
## Installation
Arch Linux users can use the [AUR](https://aur.archlinux.org/packages/topgrade/) package.
On NixOS, use the `topgrade` package in `nixpkgs`:
```sh
nix-env -iA topgrade
```
macOS users can install topgrade via Homebrew.
Other systems users can either use `cargo install` or use the compiled binaries from the release