overlays: break apart overlays

This commit is contained in:
Primrose 2025-05-25 12:24:12 +02:00
parent 8c3605ef9d
commit fb0fc8e911
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
12 changed files with 25 additions and 40 deletions

View file

@ -1,8 +0,0 @@
let
sources = import ../../../sources.nix;
in
_: _: {
# Wireshark bug
# https://gitlab.com/wireshark/wireshark/-/issues/19574
inherit (import sources.pin-wireshark {}) wireshark;
}