From cd2ea1761409d40127d945083e5256f5fce73eb7 Mon Sep 17 00:00:00 2001 From: miruka Date: Thu, 12 Nov 2020 13:31:36 -0400 Subject: [PATCH] Add NixOS package to INSTALL.md --- docs/INSTALL.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 73c0791f..c075de90 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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