20 lines
219 B
Nix
20 lines
219 B
Nix
|
{
|
||
|
onActivation.cleanup = "uninstall";
|
||
|
|
||
|
taps = [
|
||
|
# nothing here, yet
|
||
|
];
|
||
|
|
||
|
casks = [
|
||
|
# nothing here, yet
|
||
|
];
|
||
|
|
||
|
brews = [
|
||
|
# nothing here, yet
|
||
|
];
|
||
|
|
||
|
masApps = {
|
||
|
"Reeder 5." = 1529448980;
|
||
|
};
|
||
|
}
|