mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 16:12:40 +02:00
fix: remove some broken packages from darwin
This commit is contained in:
@@ -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
|
||||||
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user