blob: d13a66d3a1c9a092a32abdb3902bb4691693cd87 (
plain) (
blame)
1
2
3
4
5
6
|
#!/usr/bin/env sh
# 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 "$HOME/.nix-profile/bin/streamlink" "$@"
|