fix: use overlays.shared-nixpkgs (overlays.default removed upstream) #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "eumel/nixos-config:fix/llm-agents-overlay-rename"
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?
Upstream numtide/llm-agents.nix removed
overlays.defaultand only keepsoverlays.shared-nixpkgs.Root cause: The CI workflow runs
nix flake updatebefore the check step, which pulls the latest llm-agents.nix revision. That revision no longer exportsoverlays.default, causing:Fix: Use
overlays.shared-nixpkgsinstead. It does the same thing (providespkgs.llm-agents.*) but builds packages against the consumer's nixpkgs instead of using pre-built flake packages.Affected runs: #3125–#3134 (all failing since the upstream change)
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.