Add installation instructions for NixPkgs

This commit is contained in:
Waldir Pimenta 2024-03-26 14:36:48 +00:00 committed by Sunshine
parent e397a7532d
commit 174cb50877
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,12 @@ snap install monolith
guix install monolith
```
#### Using [NixPkgs](https://search.nixos.org/packages?channel=unstable&show=monolith&query=monolith)
```console
nix-env -iA nixpkgs.monolith
```
#### Using [AUR](https://aur.archlinux.org/packages/monolith) (Arch Linux)
```console