Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
pingplotter # PingPlotter
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
pingplotter # PingPlotter
];
}
Package Definition
{
"pname": "pingplotter",
"version": "5.25.7",
"src": {
"url": "https://www.pingplotter.com/downloads/pingplotter_osx.zip",
"sha256": "no_check"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"PingPlotter.app\" \"$out/Applications/PingPlotter.app\""
],
"meta": {
"description": "Network monitoring tool",
"homepage": "https://www.pingplotter.com/"
}
}