Skip to content

d4g/nix-burpproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

nix-burpproxy

burp proxy package for nixos

manual installation

  • download the package
  • put the package somewhere
  • add the following to /etx/nixos/configuration.nix
    # add to global let block
    burpProxy = pkgs.callPackage /PATH_TO_BURPPACKAGE {
      stdenv = pkgs.stdenv;
      fetchurl = pkgs.fetchurl;
    };  
    ...
    # add package to environment.systemPackages 
    burpProxy
  • nixos-rebuild switch

About

burp proxy package for nixos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages