Skip to content

Fix flake.lock bump host-check regressions (redo-2 MCP type + romeo-2 Jellyfin hash)#70

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

Fix flake.lock bump host-check regressions (redo-2 MCP type + romeo-2 Jellyfin hash)#70
BCNelson with Copilot wants to merge 3 commits into
mainfrom
copilot/copilotflake-lock-bump-27867855855

Conversation

Copilot AI commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

The scheduled flake.lock bump updated inputs to revisions that broke check-hosts on two hosts. This PR keeps the lock bump and applies two narrow compatibility fixes so host evaluation can proceed again.

  • Home Manager MCP command typing (redo-2)

    • programs.mcp.servers.aws-support-mcp-server.command was set to a derivation, but current Home Manager expects null | string.
    • Updated the value to a string path interpolation.
  • nixarr Jellyfin OpenAPI hash patch (romeo-2)

    • The temporary nixos/romeo/nixarr.nix patch only covered Jellyfin OpenAPI hashes through 10.11.10.
    • Added the missing 10.11.11 hash entry to match the bumped dependency set.
# home-manager/bcnelson/_mixins/mcp/aws/support.nix
programs.mcp.servers.aws-support-mcp-server = {
  command = "${awsSupportLauncher}";
};

# nixos/romeo/nixarr.nix (patch payload)
"10.11.10" = "sha256-3FfqhqQfuQdM/02NyhAWDW7H6OaTynWtaUBoSIxk4AQ=";
"10.11.11" = "sha256-4p/DaeyuVGdsrrUMu8AGtcTulZkGwA8eAvb4PbnCJ/s=";

Copilot AI changed the title [WIP] Fix failed flake.lock bump Fix flake.lock bump host-check regressions (redo-2 MCP type + romeo-2 Jellyfin hash) Jun 20, 2026
Copilot AI requested a review from BCNelson June 20, 2026 10:13
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.

3 participants