immich-cli: run versionCheckHook

This commit is contained in:
Robert Schütz
2025-11-21 21:09:54 -08:00
parent 9e758ac3ff
commit 97c48561dd
+7
View File
@@ -5,6 +5,7 @@
nodejs,
makeWrapper,
stdenv,
versionCheckHook,
}:
let
@@ -51,6 +52,12 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook
];
meta = {
description = "Self-hosted photo and video backup solution (command line interface)";
homepage = "https://immich.app/docs/features/command-line-interface";