Aliyundrive icon

Aliyundrive 6.8.0

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.0",
  "src": {
    "url": "https://cdn.aliyundrive.net/downloads/apps/desktop/aDrive-6.8.0-arm64.dmg",
    "sha256": "1d1960e0f1d6eda5321393121852ca46369a64518d91aa9c70e3ba3a1798903c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"aDrive.app\" \"$out/Applications/aDrive.app\""
  ],
  "meta": {
    "description": "Intelligent cloud storage platform",
    "homepage": "https://www.aliyundrive.com/"
  }
}