diff --git a/nix/overlays/pin-wireshark.nix b/nix/overlays/pin-wireshark.nix deleted file mode 100644 index e1708117..00000000 --- a/nix/overlays/pin-wireshark.nix +++ /dev/null @@ -1,8 +0,0 @@ -let - sources = import ../../npins; -in -_: _: { - # Wireshark bug - # https://gitlab.com/wireshark/wireshark/-/issues/19574 - inherit (import sources.pin-wireshark { }) wireshark; -}