Use mitmproxy cask for macos

This commit is contained in:
Dave Gallant
2024-10-09 13:19:39 -04:00
parent 56e19b8d99
commit d51f4c78a0
4 changed files with 31 additions and 68 deletions

View File

@@ -1,14 +1,6 @@
{
config,
lib,
pkgs,
unstable,
...
}:
let
inherit (pkgs) stdenv;
in
{
{ config, lib, pkgs, unstable, ... }:
let inherit (pkgs) stdenv;
in {
environment.systemPackages = with pkgs; [
# essentials
curl
@@ -66,7 +58,6 @@ in
# monitoring
htop
procs
mitmproxy
# golang
gofumpt