Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
screaming-frog-log-file-analyser # Screaming Frog Log File Analyser
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
screaming-frog-log-file-analyser # Screaming Frog Log File Analyser
];
} Package Definition
{
"pname": "screaming-frog-log-file-analyser",
"version": "7.1",
"src": {
"url": "https://download.screamingfrog.co.uk/products/log-file-analyser/ScreamingFrogLogFileAnalyser-7.1-aarch64.dmg",
"sha256": "911b40730adc5450f0c360def36df9cf9b896b014d23308524838b2f840fb883"
},
"installPhase": [
"mkdir -p \"$out/Applications/Screaming Frog Log File Analyser.app\" && cp -r \"Screaming Frog Log File Analyser.app\" \"$out/Applications\""
],
"meta": {
"description": "SEO log audit tool",
"homepage": "https://www.screamingfrog.co.uk/log-file-analyser/"
}
}