Lark icon

Lark 7.48.9,0af6e56f

Project management software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    lark # Lark
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    lark # Lark
  ];
}

Package Definition

{
  "pname": "lark",
  "version": "7.48.9,0af6e56f",
  "src": {
    "url": "https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/0af6e56f/Lark-darwin_arm64-7.48.9-signed.dmg",
    "sha256": "5434f8f516411067520a2630436d57342affe8a744949c840c79a70b2346b30a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/LarkSuite.app\" && cp -r \"LarkSuite.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Project management software",
    "homepage": "https://www.larksuite.com/"
  }
}