Aliyundrive icon

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