Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 385 B view raw
1diff --git a/libobs/obs-nix.c b/libobs/obs-nix.c 2index 77c36be5e..fe8a04813 100644 3--- a/libobs/obs-nix.c 4+++ b/libobs/obs-nix.c 5@@ -51,7 +51,7 @@ const char *get_module_extension(void) 6 7 static const char *module_bin[] = { 8 "../../obs-plugins/64bit", 9- OBS_INSTALL_PREFIX "/" OBS_PLUGIN_DESTINATION, 10+ OBS_PLUGIN_DESTINATION, 11 FLATPAK_PLUGIN_PATH "/" OBS_PLUGIN_DESTINATION, 12 }; 13