From 8aa48d67b0908b62d012b589df9b35f2f8551968 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Sat, 4 Oct 2025 16:55:02 +0200 Subject: fix GStreamer TLS error by setting GIO_MODULE_DIR env variable --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 18cb4b5..4d73bfc 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,11 @@ fenix'.rust-analyzer rustPlatform.bindgenHook ]; + + # this fixes tls-related gstreamer error when playing https streams + shellHook = '' + export GIO_MODULE_DIR=${pkgs.glib-networking}/lib/gio/modules/ + ''; }; } ); -- cgit 1.4.1