Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
musiver # StreamMusic
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
musiver # StreamMusic
];
} Package Definition
{
"pname": "musiver",
"version": "1.3.9",
"src": {
"url": "https://github.com/gitbobobo/StreamMusic/releases/download/v1.3.9/Musiver_1.3.9.dmg",
"sha256": "02aaa916d89180c85929bbee713586fa953a9e46d41b7aefc1a894eaf289b6d2"
},
"installPhase": [
"mkdir -p \"$out/Applications/Musiver.app\" && cp -r \"Musiver.app\" \"$out/Applications\""
],
"meta": {
"description": "Music client compatible with self-hosted music services",
"homepage": "https://music.aqzscn.cn/"
}
}