Unverified Commit 67a6c5d6 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

gh-stack: set doInstallCheck = true; (#509999)

parents fe813b30 2c26d4fa
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 { };