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/"
}
}
Version History
6.8.7 (NixCasks v4)
26 June 2025, 00:00 6.8.6 (NixCasks v4)
14 March 2025, 00:00 6.8.5 (NixCasks v4)
7 March 2025, 09:14 6.8.5 (NixCasks v3)
5 March 2025, 00:00 6.8.5 (NixCasks v2)
4 March 2025, 19:10 6.8.5 (NixCasks v1)
17 February 2025, 22:56 6.8.0 (NixCasks v1)
12 January 2025, 00:00 6.7.4 (NixCasks v1)
23 November 2024, 00:02 6.6.0 (NixCasks v1)
8 November 2024, 20:43