diff options
Diffstat (limited to 'dot_local/bin/executable_yt-dlp')
| -rw-r--r-- | dot_local/bin/executable_yt-dlp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_local/bin/executable_yt-dlp b/dot_local/bin/executable_yt-dlp index 3298e3f..87947a8 100644 --- a/dot_local/bin/executable_yt-dlp +++ b/dot_local/bin/executable_yt-dlp @@ -1,4 +1,4 @@ #!/usr/bin/env sh -# Thin wrapper: run /usr/bin/yt-dlp inside _sandbox-net-parser. See that +# Thin wrapper: run yt-dlp inside _sandbox-net-parser. See that # script for the threat model and the SANDBOX=0 escape hatch. -exec _sandbox-net-parser /usr/bin/yt-dlp "$@" +exec _sandbox-net-parser "$HOME/.nix-profile/bin/yt-dlp" "$@" |
