Aliyundrive icon

Aliyundrive 6.7.4

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