Skip to content

fix: flake.lock bump failures — Jellyfin 10.11.11 hash + MCP command type#94

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

fix: flake.lock bump failures — Jellyfin 10.11.11 hash + MCP command type#94
BCNelson with Copilot wants to merge 2 commits into
mainfrom
copilot/copilotflake-lock-bump-28653381908

Conversation

Copilot AI commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Scheduled flake.lock bump broke two hosts: romeo-2 (missing Jellyfin OpenAPI hash) and redo-2 (MCP command option type mismatch).

Changes

  • nixos/romeo/nixarr.nix — Extend the nixarr patch to include Jellyfin 10.11.11 OpenAPI hash. The nixpkgs bump advanced Jellyfin past what the pinned nixarr commit (086e873b) tracks; the existing patch already covered 10.11.9/10.11.10, this adds:

    "10.11.11" = "sha256-4p/DaeyuVGdsrrUMu8AGtcTulZkGwA8eAvb4PbnCJ/s=";

    Hash sourced from nixarr upstream PR #174 (10c7ce9b).

  • home-manager/bcnelson/_mixins/mcp/aws/support.nix — Fix programs.mcp.servers.*.command type: the option expects null or string but was receiving a derivation from pkgs.writeShellScript. Changed to string interpolation:

    command = "${awsSupportLauncher}";

Copilot AI linked an issue Jul 3, 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 failures — Jellyfin 10.11.11 hash + MCP command type Jul 3, 2026
Copilot AI requested a review from BCNelson July 3, 2026 10: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.

Fix failed flake.lock bump (28653381908)

2 participants