Skip to content

Commit

Permalink
Add installation instructions for NixOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzBoehme committed Feb 15, 2022
1 parent 24547c3 commit ce60482
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
```
yay -S sptlrx-bin
```
- NixOS imperatively (via nix-env)
```
nix-env -iA sptlrx
```
- NixOS declaratively (via `/etc/nixos/configuration.nix`)
```nix
{
enviroment.systemPackages = with pkgs; [ sptlrx ];
}
```
- Other
```
curl -sSL instl.sh/raitonoberu/sptlrx/linux | sudo bash
Expand Down

0 comments on commit ce60482

Please sign in to comment.