Unverified Commit 2c26d4fa authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

gh-stack: set doInstallCheck = true;



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

Signed-off-by: default avatarEthan Carter Edwards <ethan@ethancedwards.com>
parent 96a74beb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ buildGoModule (finalAttrs: {
  ];

  nativeInstallCheckInputs = [ versionCheckHook ];
  doInstallCheck = true;

  passthru.updateScript = nix-update-script { };