chore: update all flake inputs (2026-07-11) #77
Loading…
Reference in a new issue
No description provided.
Delete branch "hermes:hermes/flake-update-20260711-2146"
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?
Automated
nix flake updaterun by Hermes Agent cron job (2026-07-11).Updated inputs: argunix, colmena, flake-parts, hermes-agent, home-manager,
nix-index-database, nixos-hardware, nixpkgs, nixpkgs-master, nixpkgs-unstable,
nixpkgs-yt-dlp, NUR, nvf, sops-nix, stylix, and their transitive dependencies.
Note: argunix sub-inputs (disko, naersk, nixpkgs) were restructured by the update.
Some flake outputs may not evaluate — CI will surface any issues.
✅ Fix pushed: restore disko/naersk input structure
Diagnosis:
nix flake updaterestructureddiskoandnaerskfrom proper flake entries (with inputs/follow paths) to"flake": falsewith no inputs. This broke evaluation forargunix(which depends on these as sub-inputs), causing all NixOS configs and some packages to fail with "evaluation failed". Master passes for all configs (except pre-existing warwick failure).Fix: Targetted revert — restored
disko,naersk,fenix,rust-analyzer-src, and 6 other removed transitive dependencies from master's flake.lock. Other input updates (nixpkgs, colmena, stylix, etc.) are preserved.CI re-evaluating on the new commit (
7bc6815)...✅ Fix pushed: revert nixpkgs/disko/naersk to master versions
Diagnosis: 3 NixOS configs (atlas, lewis, roeland) failed CI evaluation — all pass on master. The
nix flake updaterestructurednaersk(flake: falsewith no inputs) and updatednixpkgsvariants, breaking argunix's sub-input resolution and triggering evaluation failures.Fix:
nixpkgs(root, _7, _8),nixpkgs-master,nixpkgs-unstable,nixpkgs-yt-dlpto master versionsdisko,disko_2to master versions (structural integrity)naerskto master version (restored flake inputs for argunix compat)fenixandrust-analyzer-srcfrom master (naersk's sub-input dependencies)Cycle 2/3. Keeping other updated inputs (argunix, colmena, home-manager, flake-parts, etc.) — will revert further if CI still fails.
Pull request closed