From 2c26d4fa989b3f3c9872a799576e65d286df70df Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Tue, 14 Apr 2026 11:18:01 -0400 Subject: [PATCH] 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 --- pkgs/by-name/gh/gh-stack/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/gh/gh-stack/package.nix b/pkgs/by-name/gh/gh-stack/package.nix index 0cd86ef853ac..88ff0cc5a838 100644 --- a/pkgs/by-name/gh/gh-stack/package.nix +++ b/pkgs/by-name/gh/gh-stack/package.nix @@ -28,6 +28,7 @@ buildGoModule (finalAttrs: { ]; nativeInstallCheckInputs = [ versionCheckHook ]; + doInstallCheck = true; passthru.updateScript = nix-update-script { };