aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_streamlink
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/bin/executable_streamlink')
-rw-r--r--dot_local/bin/executable_streamlink4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_local/bin/executable_streamlink b/dot_local/bin/executable_streamlink
index 67dc122..d13a66d 100644
--- a/dot_local/bin/executable_streamlink
+++ b/dot_local/bin/executable_streamlink
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
-# Thin wrapper: run /usr/bin/streamlink inside _sandbox-net-parser. The
+# Thin wrapper: run streamlink inside _sandbox-net-parser. The
# sandbox keeps `/` bind-mounted, so streamlink's configured player
# (`flatpak run io.mpv.Mpv` — see ~/.config/streamlink/config) is reachable
# via /usr/bin/flatpak.
-exec _sandbox-net-parser /usr/bin/streamlink "$@"
+exec _sandbox-net-parser "$HOME/.nix-profile/bin/streamlink" "$@"