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
-2
View File
@@ -6,7 +6,5 @@
mitmproxy # http/https proxy tool mitmproxy # http/https proxy tool
insomnia # REST client insomnia # REST client
wireshark # network analyzer wireshark # network analyzer
ventoy # create bootable usb
virt-viewer # vnc connect to VM, used by kubevirt
]; ];
} }
@@ -4,6 +4,9 @@
# misc # misc
libnotify libnotify
wireguard-tools # manage wireguard vpn manually, via wg-quick 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 # auto mount usb drives
+1 -1
View File
@@ -12,11 +12,11 @@ let
"mitmproxy" "mitmproxy"
"insomnia" "insomnia"
"wireshark" "wireshark"
"ventoy"
"jsonnet" "jsonnet"
"zls" "zls"
"verible" "verible"
"gdb" "gdb"
"ncdu"
]; ];
in { in {
nixpkgs.overlays = [ nixpkgs.overlays = [