Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
dintch # Dintch
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
dintch # Dintch
];
} Package Definition
{
"pname": "dintch",
"version": "1.8,2025.07",
"src": {
"url": "https://eclecticlight.co/wp-content/uploads/2025/07/dintch18.zip",
"sha256": "4f336dcfc77fcc2c253a1d3b0684a47a1281f6e9fb9bb1b70040b6d27f5edd41"
},
"installPhase": [
"mkdir -p \"$out/Applications/dintch18/Dintch.app\" && cp -r \"dintch18/Dintch.app\" \"$out/Applications\""
],
"meta": {
"description": "Check the integrity of your files",
"homepage": "https://eclecticlight.co/dintch"
}
}