Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
visualdiffer # VisualDiffer
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
visualdiffer # VisualDiffer
];
} Package Definition
{
"pname": "visualdiffer",
"version": "2.1.2",
"src": {
"url": "https://github.com/visualdiffer/visualdiffer/releases/download/v2.1.2/VisualDiffer-2.1.2.zip",
"sha256": "e4eb0521fa9969a2bf44661dfc712665b820038e0900672f5bef6a03cbbcc929"
},
"installPhase": [
"mkdir -p \"$out/Applications/VisualDiffer.app\" && cp -r \"VisualDiffer.app\" \"$out/Applications\""
],
"meta": {
"description": "Visually compare folders and files",
"homepage": "https://visualdiffer.com/"
}
}