fix: remove some broken packages from darwin

This commit is contained in:
Ryan Yin
2024-04-09 22:33:45 +08:00
parent b8ce5573f5
commit e6f6042c3c
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,5 @@
mitmproxy # http/https proxy tool
insomnia # REST client
wireshark # network analyzer
ventoy # create bootable usb
virt-viewer # vnc connect to VM, used by kubevirt
];
}

View File

@@ -4,6 +4,9 @@
# misc
libnotify
wireguard-tools # manage wireguard vpn manually, via wg-quick
ventoy # create bootable usb
virt-viewer # vnc connect to VM, used by kubevirt
];
# auto mount usb drives

View File

@@ -12,11 +12,11 @@ let
"mitmproxy"
"insomnia"
"wireshark"
"ventoy"
"jsonnet"
"zls"
"verible"
"gdb"
"ncdu"
];
in {
nixpkgs.overlays = [