diff --git a/overlay.nix b/overlay.nix index c674ad3..b170c24 100644 --- a/overlay.nix +++ b/overlay.nix @@ -214,7 +214,8 @@ extraPkgs // { }); # Don't bring ebpf stuff to the table. # We also remove tc so we can drop iptables as well. - in i.override { elfutils = null; iptables = null; }; + # Let's try to kill `db` as well. + in i.override { elfutils = null; iptables = null; db = null; }; wpa_supplicant = prev.wpa_supplicant.override { dbusSupport = false;