aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
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/
+ '';
};
}
);