12 lines
193 B
Markdown
12 lines
193 B
Markdown
|
|
# Music Presence (Nix edition)
|
||
|
|
|
||
|
|
Took the appimage and wrapped it into a Nix package.
|
||
|
|
|
||
|
|
To build the Nix package, run the following:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
nix build
|
||
|
|
```
|
||
|
|
|
||
|
|
This will only build on x86-64 Linux.
|