ExpanDrive icon

ExpanDrive 7,2025-05-27,2025-05-27_at_14_49_21

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-05-27,2025-05-27_at_14_49_21",
  "src": {
    "url": "https://s3.amazonaws.com/expandrive/expandrive7/v2025-05-27_published_2025-05-27_at_14_49_21/ExpanDrive.dmg",
    "sha256": "2912ea060dc278b76c7d1bf74b27fb20a376691db7b02ddc6c1d2d84ff2ec49e"
  },
  "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/"
  }
}