Mints icon

Mints 1.21,2025.06

Logging tool suite

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "mints",
  "version": "1.21,2025.06",
  "src": {
    "url": "https://eclecticlight.co/wp-content/uploads/2025/06/mints121.zip",
    "sha256": "4d876ca29f21db23f89ecff1e0d72c849f2697b99ebb665b3d7a0e4803efa03c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/mints121/Mints.app\" && cp -r \"mints121/Mints.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Logging tool suite",
    "homepage": "https://eclecticlight.co/mints-a-multifunction-utility/"
  }
}