clive: fix doInstallCheck attribute

This commit is contained in:
Sigmanificient
2026-06-16 20:36:26 +02:00
parent b38530584b
commit ebbacf47e2
+1 -1
View File
@@ -43,7 +43,7 @@ buildGoModule (finalAttrs: {
'';
nativeInstallCheckInputs = [ versionCheckHook ];
doinstallCheck = true;
doInstallCheck = true;
passthru.updateScript = nix-update-script { };