Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
systhist # SystHist
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
systhist # SystHist
];
}
Package Definition
{
"pname": "systhist",
"version": "1.21,2025.06",
"src": {
"url": "https://eclecticlight.co/wp-content/uploads/2025/06/systhist121.zip",
"sha256": "2229b4cf48626abf6be6eb55a780d1393fb07af03966306e87a09bbd98e22fe8"
},
"installPhase": [
"mkdir -p \"$out/Applications/systhist121/SystHist.app\" && cp -r \"systhist121/SystHist.app\" \"$out/Applications\""
],
"meta": {
"description": "Lists full system and security update installation history",
"homepage": "https://eclecticlight.co/lockrattler-systhist/"
}
}