mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
overlay/wireshark: migrate to by-name
This commit is contained in:
parent
e875c361db
commit
6bd36e9970
2 changed files with 7 additions and 4 deletions
7
nix/overlays/by-name/pin-wireshark/overlay.nix
Normal file
7
nix/overlays/by-name/pin-wireshark/overlay.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{sources}:
|
||||||
|
#
|
||||||
|
_: _: {
|
||||||
|
# Wireshark bug
|
||||||
|
# https://gitlab.com/wireshark/wireshark/-/issues/19574
|
||||||
|
inherit (import sources.pin-wireshark {}) wireshark;
|
||||||
|
}
|
||||||
|
|
@ -4,10 +4,6 @@ let
|
||||||
in
|
in
|
||||||
lib.composeManyExtensions [
|
lib.composeManyExtensions [
|
||||||
(final: _: {
|
(final: _: {
|
||||||
# Wireshark bug
|
|
||||||
# https://gitlab.com/wireshark/wireshark/-/issues/19574
|
|
||||||
inherit (import sources.pin-wireshark {}) wireshark;
|
|
||||||
|
|
||||||
wallpapers = final.callPackage sources.wallpapers {};
|
wallpapers = final.callPackage sources.wallpapers {};
|
||||||
|
|
||||||
inherit (final.callPackage sources.agenix {}) agenix;
|
inherit (final.callPackage sources.agenix {}) agenix;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue