Skip to content

Fix flake.lock bump regressions in redo-2 and romeo-2 host evaluations#90

Draft
BCNelson with Copilot wants to merge 2 commits into
mainfrom
copilot/copilotflake-lock-bump-28510752895
Draft

Fix flake.lock bump regressions in redo-2 and romeo-2 host evaluations#90
BCNelson with Copilot wants to merge 2 commits into
mainfrom
copilot/copilotflake-lock-bump-28510752895

Conversation

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

The scheduled flake.lock bump introduced two host-eval breakages in check-hosts: a Home Manager MCP option type mismatch on redo-2, and a missing Jellyfin OpenAPI hash for 10.11.11 on romeo-2. This PR applies the narrow config fixes required to restore host evaluation on the updated lock state.

  • Home Manager MCP command type fix (redo-2)

    • programs.mcp.servers.aws-support-mcp-server.command now passes a string path instead of a derivation, matching the module option type (null or string).
  • Nixarr Jellyfin hash map update (romeo-2)

    • Extended the local nixarr patch to include Jellyfin 10.11.11 OpenAPI hash so python-deps.nix can resolve the current jellyfin.version.
programs.mcp.servers.aws-support-mcp-server.command = "${awsSupportLauncher}";

# Added to patched nixarr python-deps mapping:
"10.11.11" = "sha256-4p/DaeyuVGdsrrUMu8AGtcTulZkGwA8eAvb4PbnCJ/s=";

Copilot AI linked an issue Jul 1, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix failed flake.lock bump workflow Fix flake.lock bump regressions in redo-2 and romeo-2 host evaluations Jul 1, 2026
Copilot AI requested a review from BCNelson July 1, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix failed flake.lock bump (28510752895)

2 participants