Extend support for Nix/NixOS/home-manager (#253)
This commit is contained in:
committed by
Roey Darwish Dror
parent
227c96b724
commit
f93b2720a0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user