fix: make taskwarrior flake follow main nixpkgs input #1

Open
eumel wants to merge 1 commit from eumel/fix-taskwarrior-nixpkgs-follows into main AGit
First-time contributor

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.

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.
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.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin +refs/pull/1/head:eumel/fix-taskwarrior-nixpkgs-follows
git switch eumel/fix-taskwarrior-nixpkgs-follows

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.

git switch main
git merge --no-ff eumel/fix-taskwarrior-nixpkgs-follows
git switch eumel/fix-taskwarrior-nixpkgs-follows
git rebase main
git switch main
git merge --ff-only eumel/fix-taskwarrior-nixpkgs-follows
git switch eumel/fix-taskwarrior-nixpkgs-follows
git rebase main
git switch main
git merge --no-ff eumel/fix-taskwarrior-nixpkgs-follows
git switch main
git merge --squash eumel/fix-taskwarrior-nixpkgs-follows
git switch main
git merge --ff-only eumel/fix-taskwarrior-nixpkgs-follows
git switch main
git merge eumel/fix-taskwarrior-nixpkgs-follows
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
palo/nixos-config!1
No description provided.