-
simonw Once set up with nix, it’s pretty straightforward: ❯ nix-shell -p mitmproxy --run 'mitmproxy --help' Here’s output from a first-install (after a nix-channel update): paste.website/p/f853ea52-ae84-47e2-8304-a522a4dda804.txt
-
simonw (or fwiw,
nix-env -i mitmproxy
actually makes it persistent, but I prefer to run things in nix-shells whenever I can, for the most part) paste.website/p/e538a89c-2e5c-4d3a-b4e8-d3a553f0430d.txt