age-plugin-tpm: add versionCheckHook

This commit is contained in:
Marin
2026-01-26 13:01:01 -06:00
parent c3266010f8
commit 3cecf58e19
@@ -7,6 +7,7 @@
swtpm,
openssl,
age,
versionCheckHook,
}:
buildGoModule rec {
@@ -28,6 +29,7 @@ buildGoModule rec {
age
swtpm
];
nativeInstallCheckInputs = [ versionCheckHook ];
buildInputs = [
openssl