pods: add versionCheckHook

This commit is contained in:
Benjamin Sparks
2025-10-25 15:09:39 +02:00
parent 33b3ec2cb9
commit de228a6a48
+5
View File
@@ -18,6 +18,7 @@
libadwaita,
libpanel,
vte-gtk4,
versionCheckHook,
nix-update-script,
}:
@@ -66,6 +67,10 @@ stdenv.mkDerivation rec {
vte-gtk4
];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
passthru = {
updateScript = nix-update-script { };
};