KnockKnock icon

KnockKnock 4.0.1

Tool to show what is persistently installed on the computer

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    knockknock # KnockKnock
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    knockknock # KnockKnock
  ];
}

Package Definition

{
  "pname": "knockknock",
  "version": "4.0.1",
  "src": {
    "url": "https://github.com/objective-see/KnockKnock/releases/download/v4.0.1/KnockKnock_4.0.1.zip",
    "sha256": "e3fd23716a9661fac218258ab33854b95fb81ddd4ce96d224667fcb3303fe28b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/KnockKnock.app\" && cp -r \"KnockKnock.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to show what is persistently installed on the computer",
    "homepage": "https://objective-see.org/products/knockknock.html"
  }
}