Skip to content

Fix flake.lock bump host-check regressions#74

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

Fix flake.lock bump host-check regressions#74
BCNelson with Copilot wants to merge 2 commits into
mainfrom
copilot/copilotflake-lock-bump-27948083553

Conversation

Copilot AI commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

The scheduled flake.lock bump advanced inputs in ways that broke host evaluation for redo-2 and romeo-2. This PR carries forward the lockfile update and applies the smallest config fixes needed to restore those host checks.

  • Lockfile update

    • Include the updated flake.lock from the scheduled bump branch.
  • Home Manager MCP compatibility

    • Update the AWS support MCP server config to pass command as a string path, matching newer Home Manager type validation.
    programs.mcp.servers.aws-support-mcp-server = {
      command = "${awsSupportLauncher}";
    };
  • Romeo Jellyfin hash override

    • Extend the temporary nixarr source patch on romeo to cover Jellyfin 10.11.11, which the bumped inputs now select.
    • Keep the existing local override approach and only add the missing OpenAPI hash entry.
  • Scope

    • No broader refactors or nixarr/Home Manager reshaping; only the lockfile bump and the two evaluation fixes surfaced by that bump.

Copilot AI changed the title [WIP] Fix failed flake.lock bump workflow Fix flake.lock bump host-check regressions Jun 22, 2026
Copilot AI requested a review from BCNelson June 22, 2026 11:12
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.

2 participants