overlays: drop the call argument to simplify

This commit is contained in:
Primrose 2025-05-23 10:53:48 +02:00
parent 5da726a8af
commit 7b78d6bf54
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 52 additions and 44 deletions

View file

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