Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
calibrite-profiler # calibrite PROFILER
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
calibrite-profiler # calibrite PROFILER
];
} Package Definition
{
"pname": "calibrite-profiler",
"version": "3.0.4",
"src": {
"url": "https://github.com/LUMESCA/calibrite-profiler-releases/releases/download/v3.0.4/calibrite-PROFILER-3.0.4.dmg",
"sha256": "4b919de389b7ea597095f665edfefb91103c7b624b7d2e41fb4808e431ac9f75"
},
"installPhase": [
"mkdir -p \"$out/Applications/calibrite PROFILER.app\" && cp -r \"calibrite PROFILER.app\" \"$out/Applications\""
],
"meta": {
"description": "Display calibration software for Calibrite, ColorChecker and X-Rite devices",
"homepage": "https://calibrite.com/calibrite-profiler/"
}
}