aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix (unfollow)
Commit message (Collapse)Author
2025-11-30build(devenv): Include denoBenedikt Peetz
This is required, since yt-dlp needs a js runtime now.
2025-06-28build({nix,flake}): Add missing buildInputsBenedikt Peetz
`yt` builds fine without these, but their absence throws (normally hidden) warnings in the build scripts of their respective sys crates. I found that whilst debugging the update problem in the last commit, and assume that without these inputs, the crate just defaults to a vendored version.
2025-06-17build(flake): Teach the flake about the new package.nix locationBenedikt Peetz
2025-06-13build(flake): Document for what the `CLANG_*` env vars are neededBenedikt Peetz
2025-06-13build(flake): Remove `flake-utils`Benedikt Peetz
This library serves no real purpose, and now started failing to updated.
2025-06-13build(flake): Switch to `nixpkgs-unstable-small`Benedikt Peetz
Small is updated faster, and we need quick updates as `yt_dlp` needs to be always up-to-date so that it actually works with YouTube.
2025-06-13build(flake): Adapt the dev env to yt_dlp's new dependenciesBenedikt Peetz
2025-03-21build(flake): Add `git-bug` to the devshellBenedikt Peetz
2025-02-21build(flake): Add `ffmpeg` to the devshellBenedikt Peetz
`yt-dlp` searches for this in the PATH.
2025-02-16refactor(treewide): Remove all references of the now obsolete update_raw.pyBenedikt Peetz
2024-11-04build(tree-sitter-yts): Include in buildsBenedikt Peetz
2024-11-04refactor(tree-sitter-yts): Move in treeBenedikt Peetz
2024-10-14test(treewide): Fix, so they compile and ignoreBenedikt Peetz
The tests are just not in an ideal state right now. Running them via `cargo test` still works, but the `yt_dlp` test simply seem to deadlock?
2024-08-22build(package): Include python `blake3` dependencyBenedikt Peetz
2024-08-21build(flake): Add package definitionBenedikt Peetz
2024-08-21build(flake): Setup up checks (formatter and derivation)Benedikt Peetz