gh-stack: set doInstallCheck = true;

Forgot this in the original PR and it hit me as soon as it was merged.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-04-14 11:18:01 -04:00
parent 96a74beb2a
commit 2c26d4fa98
+1
View File
@@ -28,6 +28,7 @@ buildGoModule (finalAttrs: {
];
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
passthru.updateScript = nix-update-script { };