Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
yingfu-online # Yingfu Online
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
yingfu-online # Yingfu Online
];
} Package Definition
{
"pname": "yingfu-online",
"version": "1.2.0",
"src": {
"url": "https://online.yingfu.com.cn/cdn/desktop-release/stable/darwin/arm64/%E8%8B%B1%E5%AD%9A%E4%B9%90%E5%AD%A6%201.2.0%20(arm64).dmg",
"sha256": "e3fcc3a189d43dcbee51eb320aa29883b8d111e61f60be4c5b44b0f35dafd4f1"
},
"installPhase": [
"mkdir -p \"$out/Applications/英孚乐学.app\" && cp -r \"英孚乐学.app\" \"$out/Applications\""
],
"meta": {
"description": "Education app for teens",
"homepage": "https://online.yingfu.com.cn/pc-official-website/index.html"
}
}