2 Commits

Author SHA1 Message Date
866903da98 chore(deps): update module github.com/lrstanley/go-ytdlp to v1.3.2
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 9m9s
2026-03-07 02:01:08 +00:00
4347bf733c fix flake.nix 2026-03-06 20:32:37 -05:00
2 changed files with 1 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ replace github.com/lrstanley/go-ytdlp => github.com/dubyatp/go-ytdlp v0.0.0-2026
require (
github.com/bwmarrin/discordgo v0.29.0
github.com/lrstanley/go-ytdlp v1.2.7
github.com/lrstanley/go-ytdlp v1.3.2
)
require (

View File

@@ -46,11 +46,8 @@
.venv/bin/pip install -r ./app/requirements.txt
source .venv/bin/activate
fi
<<<<<<< HEAD
=======
export YTDLP_BIN=${pkgs.lib.getExe pkgs.yt-dlp}
>>>>>>> v1-refactor
'';
};
});