aboutsummaryrefslogtreecommitdiffstats
path: root/nix/package.nix (unfollow)
Commit message (Collapse)Author
2025-11-30build(package): Also include `deno` in the buildInputsBenedikt Peetz
2025-11-30build(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-24fix(nix/package): Update to include the newest changesBenedikt Peetz
2025-06-28build(nix/package): Update the git hashes after the updateBenedikt Peetz
2025-06-28build(nix/package): Add all required files to the src allow listBenedikt Peetz
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-17refactor(nix/package): Avoid the duplicated `package` nameBenedikt Peetz
2025-06-17fix(package): Set the PYTHONPATH ourselvesBenedikt Peetz
The propagation mechanism seems to be python exclusive and not something that works inside the `buildRustPackage` function.
2025-06-16build(package/package.nix): Update to the new build requirementsBenedikt Peetz
2025-02-22fix(package): Update to account for modifications in `mkdb.sh`Benedikt Peetz
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-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-22fix(package): Actually provide the blake3 library to the python interpreterBenedikt Peetz
2024-08-22build(package): Include python `blake3` dependencyBenedikt Peetz
2024-08-21build(flake): Wrap the yt binary with the required dependenciesBenedikt Peetz
2024-08-21build(flake): Add package definitionBenedikt Peetz
2024-08-21build(flake): Setup up checks (formatter and derivation)Benedikt Peetz