immich-cli: run versionCheckHook
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user