Shield icon

Shield 1.2

App to protect against process injection

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "shield",
  "version": "1.2",
  "src": {
    "url": "https://github.com/theevilbit/Shield/releases/download/1.2/Shield.app_1.2.zip",
    "sha256": "fa0162763caaf7e9bd2bbeae5a43ccd8193fdf9885f183590d1612479b267487"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Shield.app\" && cp -r \"Shield.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App to protect against process injection",
    "homepage": "https://theevilbit.github.io/shield/"
  }
}