Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
omnigraffle # OmniGraffle
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
omnigraffle # OmniGraffle
];
}
Package Definition
{
"pname": "omnigraffle",
"version": "7.24.3",
"src": {
"url": "https://downloads.omnigroup.com/software/macOS/12/OmniGraffle-7.24.3.dmg",
"sha256": "ecfe024a72add6f22775538c2dbc6363e36ff3379df6a0b5692d964cc39876b0"
},
"installPhase": [
"mkdir -p \"$out/Applications/OmniGraffle.app\" && cp -r \"OmniGraffle.app\" \"$out/Applications\""
],
"meta": {
"description": "Visual communication software",
"homepage": "https://www.omnigroup.com/omnigraffle/"
}
}
Version History
7.24.5 (NixCasks v4)
16 May 2025, 00:16 7.24.4 (NixCasks v4)
10 April 2025, 00:00 7.24.3 (NixCasks v4)
26 March 2025, 00:00 7.24.2 (NixCasks v4)
7 March 2025, 09:14 7.24.2 (NixCasks v3)
5 March 2025, 00:00 7.24.2 (NixCasks v2)
4 March 2025, 23:53 7.24.1 (NixCasks v2)
4 March 2025, 19:10 7.24.1 (NixCasks v1)
8 November 2024, 21:15