KnockKnock icon

KnockKnock 4.0.2

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.2",
  "src": {
    "url": "https://github.com/objective-see/KnockKnock/releases/download/v4.0.2/KnockKnock_4.0.2.zip",
    "sha256": "430da40b259c78ead1f73533b4a29f2b5f2b10d9b6618b574b8ade36eaef0604"
  },
  "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"
  }
}