granted: add versionCheckHook
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user