lol

muffet: use `versionCheckHook`

+5
+5
pkgs/by-name/mu/muffet/package.nix
··· 2 2 lib, 3 3 buildGoModule, 4 4 fetchFromGitHub, 5 + versionCheckHook, 5 6 }: 6 7 7 8 buildGoModule (finalAttrs: { ··· 16 17 }; 17 18 18 19 vendorHash = "sha256-oidOSV8y0VwTabipe7XwurUAra9F65nkTXslwXJ94Jw="; 20 + 21 + doInstallCheck = true; 22 + nativeInstallCheckInputs = [ versionCheckHook ]; 23 + versionCheckProgramArg = "--version"; 19 24 20 25 meta = { 21 26 description = "Website link checker which scrapes and inspects all pages in a website recursively";