Commit graph

4 commits

Author SHA1 Message Date
Matt Sturgeon
f8b5a2fa7d ci/version-info: correctly set NIX_PATH instead of flake registries
Flake registries and include paths are not the same thing.

`<nixpkgs>` looks for nixpkgs on the include path, set by `NIX_PATH` and
`--include`. However `--inputs-from` adds inputs to the flake registry,
not the include path.

(cherry picked from commit 2369b7fc4f)
2025-07-07 16:27:47 +00:00
Matt Sturgeon
8917e2e8ec update-scripts/version-info: get channel status for supported versions
Fetch channel info from NixOS/infra, the canonical source of truth.

(cherry picked from commit 9328f4437d)
2025-06-04 04:27:13 +10:00
Matt Sturgeon
dfbab369c4 update-scripts/version-info: convert to a script
This will allow us to do impure things if needed.

(cherry picked from commit a95db128a6)
2025-06-04 04:27:13 +10:00
Matt Sturgeon
379d8bb5ca update-scripts/version-info: init
Writes a version-info.toml file.

(cherry picked from commit 7a4c70c55f)
2025-06-03 09:46:14 +00:00