fix: make taskwarrior flake follow main nixpkgs input #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "eumel/fix-taskwarrior-nixpkgs-follows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The taskwarrior flake had its own pinned nixpkgs input (nixpkgs_9,
pinned to 2025-07-16, rev 6e987485) which did not include the
fetchCargoVendor/fetchCrate User-Agent fixes from PRs #512735 and
#525067. This caused crates.io 403 errors during Rust vendoring
for taskwarrior-hooks, breaking builds for nixos-cherry and
nixos-biki.
Adding taskwarrior.inputs.nixpkgs.follows = "nixpkgs" makes it
use the same (current) nixpkgs as the rest of the flake.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.