Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
nightingale # Nightingale
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
nightingale # Nightingale
];
} Package Definition
{
"pname": "nightingale",
"version": "1.12.1,2454",
"src": {
"url": "https://github.com/nightingale-media-player/nightingale-hacking/releases/download/nightingale-1.12.1/Nightingale_1.12.1-2454_macosx-i686.dmg",
"sha256": "f1a07e5bb6e069ac2f9fdc89c7708d3badb3b41e27199920a6d55b462764c454"
},
"installPhase": [
"mkdir -p \"$out/Applications/Nightingale.app\" && cp -r \"Nightingale.app\" \"$out/Applications\""
],
"meta": {
"description": "Working tree for the community fork of Songbird",
"homepage": "https://getnightingale.com/"
}
}