granted: add versionCheckHook

This commit is contained in:
José Ribeiro
2024-10-21 06:53:00 +01:00
parent b7b77c5f95
commit b74384f636
+4
View File
@@ -3,6 +3,7 @@
buildGoModule,
fetchFromGitHub,
nix-update-script,
versionCheckHook,
withFish ? false,
fish,
@@ -83,6 +84,9 @@ buildGoModule rec {
--replace /bin/fish ${fish}/bin/fish
'';
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
passthru.updateScript = nix-update-script { };
meta = with lib; {