Skip to content

Commit

Permalink
Merge pull request #5 from MoritzBoehme/nixos
Browse files Browse the repository at this point in the history
Add installation instructions for NixOS unstable
  • Loading branch information
raitonoberu authored Feb 15, 2022
2 parents 24547c3 + ce60482 commit d55b5cd
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 d55b5cd

Please sign in to comment.