Draft
Bump flake.lock (nixpkgs-unstable, home-manager, NUR, rust-overlay)#116
Conversation
Update flake inputs: - home-manager: 460108009ca1 -> 39411a8e12a5 - nixpkgs-unstable: 753cc8a3a874 -> 61b7c44c4073 - nixpkgs-unstable-small: 1f622082bee3 -> 36747ba3110f - NUR: f7209774182079f1 -> cd72385fc897 - rust-overlay: 3c38e1e1ba9c -> afacd6819d37 Note: homefirst-modules (codeberg.org/home-first/nixos-modules) is unchanged. CI failure was due to a transient HTTP 503 from codeberg.org during evaluation.
Copilot
AI
changed the title
[WIP] Fix failed flake.lock bump
Bump flake.lock (nixpkgs-unstable, home-manager, NUR, rust-overlay)
Jul 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scheduled flake.lock bump CI failed because
codeberg.orgreturned HTTP 503 when Nix tried to clone thehomefirst-modulesgit input during flake evaluation. Unlikegithub:inputs (tarballs + binary cache),git+https://inputs require a live git clone, so a codeberg outage fails all 17 host checks.Changes
copilot/flake-lock-bump:nixpkgs-unstable:753cc8a3a874→61b7c44c4073nixpkgs-unstable-small:1f622082bee3→36747ba3110fhome-manager:460108009ca1→39411a8e12a5NUR:f7209774→cd72385frust-overlay:3c38e1e1→afacd681homefirst-modulesis unchanged in the lock — the 503 was a transient codeberg.org outage, not a lock regression.Remaining risk
CI will continue to be flaky whenever codeberg.org is unavailable. The durable fix is to mirror
codeberg.org/home-first/nixos-moduleson GitHub and switch theflake.nixinput togithub:home-first/nixos-modulesso Nix can use tarballs and binary cache substitution instead of a live git clone.