Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
welly # Welly
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
welly # Welly
];
} Package Definition
{
"pname": "welly",
"version": "3.2.0",
"src": {
"url": "https://github.com/clyang/welly/releases/download/3.2.0/Welly.v.3.2.0.zip",
"sha256": "504219867e8ceb625d51fc25c7d3e7488db1eca4877a8734aca5bb9494d5f695"
},
"installPhase": [
"mkdir -p \"$out/Applications/Welly.app\" && cp -r \"Welly.app\" \"$out/Applications\""
],
"meta": {
"description": "BBS client",
"homepage": "https://github.com/clyang/welly"
}
}