Aliyundrive icon

Aliyundrive 6.8.7

Intelligent cloud storage platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "adrive",
  "version": "6.8.7",
  "src": {
    "url": "https://cdn.aliyundrive.net/downloads/apps/desktop/aDrive-6.8.7-arm64.dmg",
    "sha256": "a5fac122ff59da06a75b3cddc99f3c6709b1984cdb4ed669bc4f3bcd6b0ced2e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/aDrive.app\" && cp -r \"aDrive.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Intelligent cloud storage platform",
    "homepage": "https://www.aliyundrive.com/"
  }
}