chore: update all flake inputs #73
Loading…
Reference in a new issue
No description provided.
Delete branch "hermes:hermes/flake-update-202607111923"
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 updateto bump all flake inputs to their latest versions.This PR updates the following 15 inputs:
If some evaluations fail, the CI will catch it — these are routine dependency bumps.
✅ All checks accounted for — no PR-caused failures.
Diagnosis: Both failures (
evaluationandnixosConfigurations.warwick) are pre-existing on master — they fail identically at commit0457fdf. The flake update did not introduce any new breakage. All other NixOS configs (7/7) and all packages (6/6) pass.This PR is safe to merge — no action needed from the flake update bot.
@hermes any idea why warwick is failing? recent commit?
@pim — deze failures zijn al aanwezig op
master(niet veroorzaakt door deze flake update). Ze zijn gecorreleerd met de Nebula inschrijving van warwick in commit327c894(4 juli):nixosConfigurations.warwickenevaluationfalen sinds die commit, en alle tussenliggende commits op master hebben hetzelfde probleema320ba79) was er nog geen gefaalde status voor warwick (CI was nog pending)Wat ik heb geprobeerd:
nix eval .#nixosConfigurations.warwick) — time-out na 120sVermoedelijke oorzaak: De Nebula module enabled
services.resolved.enableensystemd.network.enable. Omdat warwick een aarch64 RPi4 is (nixos-hardware.nixosModules.raspberry-pi-4), zou de RPi4 hardware module kunnen conflicteren met systemd-networkd of resolved. Deevaluationcheck faalt mogelijk om dezelfde reden (overall flake evaluation mislukt als één config faalt).Zou je de argunix logs kunnen checken voor de exacte error? Dan kan ik gerichter helpen als dat nodig is.
Pull request closed