Pin Immich to a newer nixpkgs rev for v3.0.2 - #28
Merged
Merged
Conversation
Both nixpkgs-26.05 and the currently-locked nixpkgs-unstable only package Immich 2.7.5. Add a narrow nixpkgs-immich input pinned to a nixos-unstable rev that has 3.0.2, and point services.immich.package at it -- scoped to just this one package so it doesn't bump anything else that already depends on nixpkgs-unstable (open-webui on 201). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Pins Immich to a newer nixpkgs revision (via a dedicated nixpkgs-immich flake input) so the homelab can run Immich v3.0.2 without bumping other packages that currently depend on the existing nixpkgs / nixpkgs-unstable pins.
Changes:
- Add a new flake input
nixpkgs-immichpinned to a specific nixos/nixpkgs revision. - Point
services.immich.packagetoinputs.nixpkgs-immich.legacyPackages.${pkgs.system}.immichto source only the Immich package from that pin. - Update
flake.lockto record and wire the new input.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| modules/homelab/apps/immich.nix | Overrides services.immich.package to use Immich from the dedicated pinned nixpkgs input. |
| flake.nix | Introduces the nixpkgs-immich input pinned to a specific nixpkgs revision for Immich 3.0.2. |
| flake.lock | Locks the new nixpkgs-immich input and adds it to the root inputs graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Both nixpkgs-26.05 and the currently-locked nixpkgs-unstable only package Immich 2.7.5. Add a narrow nixpkgs-immich input pinned to a nixos-unstable rev that has 3.0.2, and point services.immich.package at it -- scoped to just this one package so it doesn't bump anything else that already depends on nixpkgs-unstable (open-webui on 201).