atlas
d12da84740
nix/meta: keep concrete nixpkgs.url per mara on #619
...
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`.
2026-05-30 12:02:48 +02:00
..
actions.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00
agent_server.rs
container_view: clear live-only fields when stopped ( #432 )
2026-05-25 23:35:03 +02:00
approvals.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00
auto_update.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00
broker.rs
broker: add mark_all_read + POST /api/agent/{name}/mark-all-read ( #559 backend half)
2026-05-29 13:14:31 +02:00
client.rs
hive-c0re: admin socket server + client (stub dispatch)
2026-05-14 20:49:11 +02:00
container_view.rs
container_view: clear live-only fields when stopped ( #432 )
2026-05-25 23:35:03 +02:00
coordinator.rs
crash_watch: suppress crash event on recently-cleared transient ( closes #425 )
2026-05-27 14:24:13 +02:00
crash_watch.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00
dashboard.rs
dashboard: optional matrix GUI static mount at /matrix ( #607 v0)
2026-05-29 21:40:05 +02:00
dashboard_events.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00
events_vacuum.rs
fix #265 : resolve all remaining clippy warnings (cast, too_many_lines, doc nits)
2026-05-22 19:11:40 +02:00
flake_check.rs
nix: hyperhive owns nixpkgs pin via follows; bump to nixos-26.05 ( #526 )
2026-05-30 12:02:48 +02:00
forge.rs
forge: replace removed forgejo admin user edit CLI with PATCH /api/v1/admin/users/{name} ( closes #574 )
2026-05-29 16:39:50 +02:00
lifecycle.rs
drop legacy /state mount for manager ( #604 )
2026-05-29 21:21:44 +02:00
limits.rs
limits: raise message body cap 1k → 4k (catches ~95% of conversational overflow)
2026-05-17 22:15:25 +02:00
loose_ends.rs
rename: open_threads → loose_ends + cancel_thread → cancel_loose_end across wire / tools / web ui
2026-05-18 18:24:09 +02:00
main.rs
matrix: provision per-agent accounts on startup via UIAA registration ( #548 phase 2)
2026-05-29 13:13:13 +02:00
manager_server.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00
matrix.rs
matrix: activationScript pre-creates token + share reqwest client across sweep (argus #565 nits)
2026-05-29 13:13:13 +02:00
meta.rs
nix/meta: keep concrete nixpkgs.url per mara on #619
2026-05-30 12:02:48 +02:00
migrate.rs
model/context: move context window config to host-level hive-c0re.nix
2026-05-20 15:49:03 +02:00
operator_questions.rs
clippy: zero pedantic warnings across the tree
2026-05-18 22:09:34 +02:00
questions.rs
questions: unit-test the manager-only guard on approval cancel (argus nit on #508 )
2026-05-27 12:48:30 +02:00
rebuild_queue.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00
reminder_scheduler.rs
drop legacy /state mount for manager ( #604 )
2026-05-29 21:21:44 +02:00
scheduled_prompts.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00
scheduled_prompts_worker.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00
server.rs
topology: operator-driven move-agent via set_parent ( #486 )
2026-05-26 19:30:46 +02:00
stats_vacuum.rs
fix #265 : resolve all remaining clippy warnings (cast, too_many_lines, doc nits)
2026-05-22 19:11:40 +02:00
topology.rs
clippy: fix lints that crane's cargoClippy properly enforces ( #538 )
2026-05-29 01:45:48 +02:00