Auto-updating Nix flake for Burp Suite.
This repository provides a Nix flake for Burp Suite Desktop that automatically updates to the latest available version.
nix run github:yechielw/burpsuite.nixAdd this repo as an input to your own flake:
flake.nix
{
inputs.burpsuite.url = "github:yechielw/burpsuite.nix";
};configuration.nix
{
environment.systemPackages = [
inputs.burpsuite.packages.${pkgs.system}.burpsuite
];
};- Not affiliated: This project is not affiliated with PortSwigger or Burp Suite.
Contributions and suggestions are welcome! Please open issues or pull requests.