atlas
db50da570a
refactor( #1003 ): nixpkgs + nixpkgs-unstable as top-level meta inputs
...
Per mara's direction: both nixpkgs and nixpkgs-unstable are now
top-level meta flake inputs with explicit store-path URLs. Hyperhive
follows them rather than the other way around:
inputs.nixpkgs.url = "path:${pkgs.path}";
inputs.nixpkgs-unstable.url = "path:${nixpkgs-unstable}";
inputs.hyperhive.url = "...";
inputs.hyperhive.inputs.nixpkgs.follows = "nixpkgs";
inputs.hyperhive.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
New NixOS host options (auto-set at build time, overridable):
services.hyperhive.c0re.nixpkgsFlake
default: "path:${pkgs.path}" — host's evaluated nixpkgs.
services.hyperhive.c0re.nixpkgsUnstableFlake
default: "path:${nixpkgs-unstable}" from hyperhive's flake.nix —
the channel that carries claude-code. Operators can override to
track a different unstable snapshot.
Legacy fallback (both args empty) preserved for backward compat.
Two new Rust tests cover the full-URL and fallback paths.
2026-06-01 23:30:04 +02:00
..
bin
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
actions.rs
refactor( #1003 ): nixpkgs + nixpkgs-unstable as top-level meta inputs
2026-06-01 23:30:04 +02:00
agent_ports.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
agent_server.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
agent_sockets.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
approvals.rs
hive-c0re: scrub manager-surface cookies + SetParent doc fix ( #715 batch 7)
2026-05-31 17:53:45 +02:00
auto_update.rs
refactor( #1003 ): nixpkgs + nixpkgs-unstable as top-level meta inputs
2026-06-01 23:30:04 +02:00
bash_tasks_vacuum.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
broker.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
build_logs.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
capabilities.rs
fix( #999 ): resolve all clippy warnings across the workspace
2026-06-01 22:31:06 +02:00
client.rs
hive-c0re: admin socket server + client (stub dispatch)
2026-05-14 20:49:11 +02:00
container_view.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
coordinator.rs
refactor( #1003 ): nixpkgs + nixpkgs-unstable as top-level meta inputs
2026-06-01 23:30:04 +02:00
crash_watch.rs
docs: migrate reminder/gateway/crash-watch/migrate prose to docs ( #715 )
2026-06-01 11:38:42 +02:00
dashboard.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
dashboard_events.rs
chore: scrub #NNN issue references from code comments and nix descriptions
2026-06-01 13:30:52 +02:00
events_vacuum.rs
fix( #999 ): resolve all clippy warnings across the workspace
2026-06-01 22:31:06 +02:00
flake_check.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
forge.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
gateway_nginx.rs
fix( #999 ): resolve all clippy warnings across the workspace
2026-06-01 22:31:06 +02:00
lib.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
lifecycle.rs
refactor( #1003 ): nixpkgs + nixpkgs-unstable as top-level meta inputs
2026-06-01 23:30:04 +02:00
limits.rs
chore: scrub #NNN issue references from code comments and nix descriptions
2026-06-01 13:30:52 +02:00
loose_ends.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
main.rs
refactor( #1003 ): nixpkgs + nixpkgs-unstable as top-level meta inputs
2026-06-01 23:30:04 +02:00
manager_server.rs
fix( #999 ): resolve all clippy warnings across the workspace
2026-06-01 22:31:06 +02:00
matrix.rs
fix( #922 ): fall back to m.login.password when matrix user already exists
2026-06-01 19:28:50 +02:00
meta.rs
refactor( #1003 ): nixpkgs + nixpkgs-unstable as top-level meta inputs
2026-06-01 23:30:04 +02:00
migrate.rs
refactor( #1003 ): nixpkgs + nixpkgs-unstable as top-level meta inputs
2026-06-01 23:30:04 +02:00
operator_questions.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
priv_client.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
questions.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
rebuild_queue.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
reminder_scheduler.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
scheduled_prompts.rs
scheduled_prompts: address argus 🟡 on #849 — submit paths section + persistence.md anchor fix
2026-05-31 17:18:15 +02:00
scheduled_prompts_worker.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
server.rs
refactor( #1003 ): nixpkgs + nixpkgs-unstable as top-level meta inputs
2026-06-01 23:30:04 +02:00
stats_vacuum.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
tool_groups.rs
fix( #999 ): resolve all clippy warnings across the workspace
2026-06-01 22:31:06 +02:00
topology.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00