Clash Mi icon

Clash Mi 1.0.28.1404

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.28.1404",
  "src": {
    "url": "https://github.com/KaringX/clashmi/releases/download/v1.0.28.1404/clashmi_1.0.28.1404_macos_universal.dmg",
    "sha256": "3415f147e3eb9df4f8d750b5353fcbe2bfc6573ac150392ca658ad8a65dbc5d4"
  },
  "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"
  }
}