aboutsummaryrefslogtreecommitdiffstats
path: root/package (unfollow)
Commit message (Collapse)Author
2025-02-14fix(package/blake3): Migrate to the new `fetchCargoVendor` fetcherBenedikt Peetz
This is necessary, because the old `fetchCargoTarball` fetcher, has become not reproducible because of `cargo` changes.
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-22chore(treewide): Add missing licenseBenedikt Peetz
2024-08-22build(package): Include python `blake3` dependencyBenedikt Peetz