mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Use mitmproxy cask for macos
This commit is contained in:
15
packages.nix
15
packages.nix
@@ -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
|
||||
|
Reference in New Issue
Block a user