| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-11-30 | build(package): Also include `deno` in the buildInputs | Benedikt Peetz | |
| 2025-11-30 | build(package): Use `ffmpeg-headless` instead of `ffmpeg` | Benedikt Peetz | |
| There is no need for the graphical version. This cuts-down on the dependencies. | |||
| 2025-07-24 | fix(nix/package): Update to include the newest changes | Benedikt Peetz | |
| 2025-06-28 | build(nix/package): Update the git hashes after the update | Benedikt Peetz | |
| 2025-06-28 | build(nix/package): Add all required files to the src allow list | Benedikt Peetz | |
| 2025-06-28 | build({nix,flake}): Add missing buildInputs | Benedikt 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-17 | refactor(nix/package): Avoid the duplicated `package` name | Benedikt Peetz | |
| 2025-06-17 | fix(package): Set the PYTHONPATH ourselves | Benedikt Peetz | |
| The propagation mechanism seems to be python exclusive and not something that works inside the `buildRustPackage` function. | |||
| 2025-06-16 | build(package/package.nix): Update to the new build requirements | Benedikt Peetz | |
| 2025-02-22 | fix(package): Update to account for modifications in `mkdb.sh` | Benedikt Peetz | |
| 2025-02-16 | refactor(treewide): Remove all references of the now obsolete update_raw.py | Benedikt Peetz | |
| 2024-11-04 | build(tree-sitter-yts): Include in builds | Benedikt Peetz | |
| 2024-10-14 | test(treewide): Fix, so they compile and ignore | Benedikt 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-22 | fix(package): Actually provide the blake3 library to the python interpreter | Benedikt Peetz | |
| 2024-08-22 | build(package): Include python `blake3` dependency | Benedikt Peetz | |
| 2024-08-21 | build(flake): Wrap the yt binary with the required dependencies | Benedikt Peetz | |
| 2024-08-21 | build(flake): Add package definition | Benedikt Peetz | |
| 2024-08-21 | build(flake): Setup up checks (formatter and derivation) | Benedikt Peetz | |
