ExpanDrive icon

ExpanDrive 7,2025-2-28,2025-02-28_at_18_09_55

Network drive and browser for cloud storage

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    expandrive # ExpanDrive
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    expandrive # ExpanDrive
  ];
}

Package Definition

{
  "pname": "expandrive",
  "version": "7,2025-2-28,2025-02-28_at_18_09_55",
  "src": {
    "url": "https://s3.amazonaws.com/expandrive/expandrive7/v2025-2-28_published_2025-02-28_at_18_09_55/ExpanDrive.dmg",
    "sha256": "e01325e9c14386473931b4d7b3400451acc08bb9ff25f7999bb01912d692fd7d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ExpanDrive.app\" && cp -r \"ExpanDrive.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Network drive and browser for cloud storage",
    "homepage": "https://www.expandrive.com/apps/expandrive/"
  }
}