aboutsummaryrefslogtreecommitdiffstats
path: root/nix (unfollow)
Commit message (Collapse)Author
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