Hi, I have a flake input nixpkgs/nixos-unstable which gets locked using nix flake update to the following commit:
"locked": {
"lastModified": 1718318537,
"narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420",
"type": "github"
}
This also reflects the status page which shows the same result:
But when I check the Hydra build of this commit’s
nixos:trunk-combined job, it shows up as having failed:https://hydra.nixos.org/eval/1806989#tabs-inputs
Why would a revision that failed to build in Hydra be tagged as the latest of a release channel?
Might it be that nixos:trunk-combined doesn’t map to nixos-unstable? But from all jobsets this seems the most likely one.
Also, I started looking into this issue because when I try to build ungoogled-chromium on the above revision, nix doesn’t download any build cache but instead starts to build chromium locally. Looking at the associated Hydra build, it indeed failed.