Clash Mi icon

Clash Mi 1.0.20.607

Another Mihomo GUI based on Flutter

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    clash-mi # Clash Mi
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    clash-mi # Clash Mi
  ];
}

Package Definition

{
  "pname": "clash-mi",
  "version": "1.0.20.607",
  "src": {
    "url": "https://github.com/KaringX/clashmi/releases/download/v1.0.20.607/clashmi_1.0.20.607_macos_universal.dmg",
    "sha256": "6a76b4bdb31d202c79749fea2a576bc1274fa46402105a74f15bf2edd33c92fe"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Clash Mi.app\" && cp -r \"Clash Mi.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Another Mihomo GUI based on Flutter",
    "homepage": "https://github.com/KaringX/clashmi"
  }
}