Add NixOS package to INSTALL.md
This commit is contained in:
		@@ -11,6 +11,7 @@ but compiling on Windows and macOS should be possible with the right tools.
 | 
				
			|||||||
    - [Arch Linux](#arch-linux)
 | 
					    - [Arch Linux](#arch-linux)
 | 
				
			||||||
    - [Debian](#debian)
 | 
					    - [Debian](#debian)
 | 
				
			||||||
    - [Gentoo](#gentoo)
 | 
					    - [Gentoo](#gentoo)
 | 
				
			||||||
 | 
					    - [Nix](#nix)
 | 
				
			||||||
- [Manual installation](#manual-installation)
 | 
					- [Manual installation](#manual-installation)
 | 
				
			||||||
  - [Environment variables](#environment-variables)
 | 
					  - [Environment variables](#environment-variables)
 | 
				
			||||||
  - [Package manager dependencies](#package-manager-dependencies)
 | 
					  - [Package manager dependencies](#package-manager-dependencies)
 | 
				
			||||||
@@ -105,6 +106,7 @@ in this example [yay](https://github.com/Jguer/yay) for the release version:
 | 
				
			|||||||
#### Debian
 | 
					#### Debian
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Requires [Debian Testing](https://wiki.debian.org/DebianTesting). 
 | 
					Requires [Debian Testing](https://wiki.debian.org/DebianTesting). 
 | 
				
			||||||
 | 
					To install the package:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    apt update
 | 
					    apt update
 | 
				
			||||||
    apt install matrix-mirage
 | 
					    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`
 | 
					2. [Unmask](https://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package) `net-im/mirage`
 | 
				
			||||||
3. Run `emerge 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
 | 
					## Manual Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user