Draft
fix: flake.lock bump — Jellyfin 10.11.11 OpenAPI hash + MCP command type#92
Conversation
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 fromnix-media-server/nixarr@67952a6):home-manager/bcnelson/_mixins/mcp/aws/support.nix— MCP command type (redo-2)Updated home-manager's MCP module now types
programs.mcp.servers.*.commandasnull or string. The value was a bare derivation (pkgs.writeShellScript). Fixed by coercing to its store path:flake.lockIncludes the bumped lock file from the scheduled update run.