Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
helio # Helio
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
helio # Helio
];
}
Package Definition
{
"pname": "helio",
"version": "3.15",
"src": {
"url": "https://ci.helio.fm/helio-3.15.dmg",
"sha256": "7fc884eccf2e7e1eb795809586483e3445198c567ae47c031b7487f79865602e"
},
"installPhase": [
"mkdir -p \"$out/Applications/Helio.app\" && cp -r \"Helio.app\" \"$out/Applications\""
],
"meta": {
"description": "Music composition software",
"homepage": "https://helio.fm/"
}
}