Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thilobillerbeck/muse-sounds-manager-nix
An unofficial package of the Muse Sounds Manager for Nix
https://github.com/thilobillerbeck/muse-sounds-manager-nix
flake musescore musescore4 nix
Last synced: about 2 months ago
JSON representation
An unofficial package of the Muse Sounds Manager for Nix
- Host: GitHub
- URL: https://github.com/thilobillerbeck/muse-sounds-manager-nix
- Owner: thilobillerbeck
- Created: 2024-02-13T22:47:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T22:54:59.000Z (9 months ago)
- Last Synced: 2024-03-26T23:42:38.022Z (9 months ago)
- Topics: flake, musescore, musescore4, nix
- Language: Nix
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# muse-sounds-manager-nix
This is an **unofficial** package of the Muse Sounds Manager based on their RPM package.
Since their download URL is not stateful an archived version is used. (Hint to the Muse Team, if you read this PLEASE fix it <3). And thx for the awesome work on Musescore btw.
You can add this flake to your flake.nix like this
```
muse-sounds-manager.url = "github:thilobillerbeck/muse-sounds-manager-nix";
```now you can use the package like this for example
```
muse-sounds-manager.packages.x86_64-linux.muse-sounds-manager
```