Aliyundrive icon

Aliyundrive 6.9.1

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