| Filename | Latest commit message | Latest commit date |
|---|---|---|
mara on #619 comment 7354: > agent flake needs the url actually so the configuring agent > can eval against it Reverts the meta.rs `nixpkgs.follows = "hyperhive/nixpkgs"` shape from this PR's earlier commit. Restores the pre-PR rendered shape with the concrete `nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"` baked into meta + the `hyperhive.inputs.nixpkgs.follows = "nixpkgs"` redirect, so a configuring agent (or manager pre-apply check) can evaluate the rendered meta flake without having to resolve through hyperhive first. Net behaviour for this PR is now: - `flake.nix` line 5 bumped 25.11 → 26.05 (kept) - `meta.rs` literal bumped to match (channel-pin in two places stays acknowledged as duplication — drift fixable later if needed) - `flake_check.rs` test fixtures bumped cosmetically (kept) - meta.rs tests restored to assert the concrete-URL shape 3 meta tests pass via `nix develop -c cargo test`. |
||
| .. | ||
| src | ||
| Cargo.toml | ||