Skip to content

fix: flake.lock bump — Jellyfin 10.11.11 OpenAPI hash + MCP command type#92

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

fix: flake.lock bump — Jellyfin 10.11.11 OpenAPI hash + MCP command type#92
BCNelson with Copilot wants to merge 3 commits into
mainfrom
copilot/copilotflake-lock-bump-28581961392

Conversation

Copilot AI commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Scheduled flake.lock bump failed on two hosts due to a nixpkgs Jellyfin version jump (10.11.10→10.11.11) and a home-manager MCP module type tightening.

Changes

nixos/romeo/nixarr.nix — Jellyfin 10.11.11 OpenAPI hash (romeo-2)

The nixarr workaround patch that injects missing Jellyfin OpenAPI hashes only covered 10.11.9 and 10.11.10. The new nixpkgs-unstable rev (b5aa0fb) ships Jellyfin 10.11.11. Extended the patch with the missing hash (sourced from nix-media-server/nixarr@67952a6):

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

home-manager/bcnelson/_mixins/mcp/aws/support.nix — MCP command type (redo-2)

Updated home-manager's MCP module now types programs.mcp.servers.*.command as null or string. The value was a bare derivation (pkgs.writeShellScript). Fixed by coercing to its store path:

# before
command = awsSupportLauncher;
# after
command = "${awsSupportLauncher}";

flake.lock

Includes the bumped lock file from the scheduled update run.

Copilot AI linked an issue Jul 2, 2026 that may be closed by this pull request
Copilot AI added 2 commits July 2, 2026 10:17
- Update flake.lock with the bumped inputs
- nixos/romeo/nixarr.nix: extend Jellyfin OpenAPI hash patch to include
  version 10.11.11 (sha256-4p/DaeyuVGdsrrUMu8AGtcTulZkGwA8eAvb4PbnCJ/s=)
- home-manager/bcnelson/_mixins/mcp/aws/support.nix: fix MCP command to
  use string path "${awsSupportLauncher}" instead of derivation value
Copilot AI changed the title [WIP] Fix failed flake.lock bump fix: flake.lock bump — Jellyfin 10.11.11 OpenAPI hash + MCP command type Jul 2, 2026
Copilot AI requested a review from BCNelson July 2, 2026 10:18
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 (28581961392)

2 participants