Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

immich: some improvements #344237

Merged
merged 5 commits into from
Sep 26, 2024
Merged

immich: some improvements #344237

merged 5 commits into from
Sep 26, 2024

Commits on Sep 24, 2024

  1. immich.machine-learning: drop packageOverrides argument

    There is no need for it and it cannot be used to override the machine
    learning component used by the immich package.
    dotlambda committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7c65974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    797b7e1 View commit details
    Browse the repository at this point in the history
  3. immich-machine-learning: move from immich.machine-learning

    A top-level attribute makes sure Hydra builds it (though that already
    happens on Linux through the NixOS test) and that nixpkgs-review picks
    it up.
    dotlambda committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2b4480d View commit details
    Browse the repository at this point in the history
  4. nixos/immich: override machine-learning with cfg.package

    Otherwise they could use different versions:
    
        nix-repl> (immich.overrideAttrs { version = "0"; }).machine-learning.version
        "1.115.0"
    dotlambda committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7cdda56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce46c05 View commit details
    Browse the repository at this point in the history