Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
approf # approf
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
approf # approf
];
}
Package Definition
{
"pname": "approf",
"version": "14.1.3",
"src": {
"url": "https://github.com/moderato-app/approf/releases/download/v14.1.3/approf-14.1.3.app.zip",
"sha256": "cc6317df3877668b94d88643ae57b974e30c713ff2593e4f8d7755c9f58f28c2"
},
"installPhase": [
"mkdir -p \"$out/Applications/approf.app\" && cp -r \"approf.app\" \"$out/Applications\""
],
"meta": {
"description": "Native app for pprof",
"homepage": "https://github.com/moderato-app/approf"
}
}