Unverified Commit a1fc22bb authored by Jonathan Davies's avatar Jonathan Davies
Browse files

croc: Add versionCheckHook

parent cb5d9ab9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  installShellFiles,
  nixosTests,
  stdenv,
  versionCheckHook,
}:

buildGoModule rec {
@@ -45,6 +46,11 @@ buildGoModule rec {
    };
  };

  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  doInstallCheck = true;

  meta = with lib; {
    description = "Easily and securely send things from one computer to another";
    longDescription = ''