Add NixOS package to INSTALL.md

This commit is contained in:
miruka 2020-11-12 13:31:36 -04:00
parent 506b35a385
commit cd2ea17614

View File

@ -11,6 +11,7 @@ but compiling on Windows and macOS should be possible with the right tools.
- [Arch Linux](#arch-linux)
- [Debian](#debian)
- [Gentoo](#gentoo)
- [Nix](#nix)
- [Manual installation](#manual-installation)
- [Environment variables](#environment-variables)
- [Package manager dependencies](#package-manager-dependencies)
@ -104,7 +105,8 @@ in this example [yay](https://github.com/Jguer/yay) for the release version:
#### Debian
Requires [Debian Testing](https://wiki.debian.org/DebianTesting).
Requires [Debian Testing](https://wiki.debian.org/DebianTesting).
To install the package:
apt update
apt install matrix-mirage
@ -121,6 +123,17 @@ Installing Mirage:
2. [Unmask](https://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package) `net-im/mirage`
3. Run `emerge net-im/mirage`
#### Nix
Requires the unstable channel, to add it:
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update
To install the package:
nix-env -iA nixpkgs.mirage-im
## Manual Installation