tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
muffet: use `versionCheckHook`
Pol Dellaiera
5 months ago
2c3c9637
af7a1ffa
+5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
mu
muffet
package.nix
+5
pkgs/by-name/mu/muffet/package.nix
···
2
2
lib,
3
3
buildGoModule,
4
4
fetchFromGitHub,
5
5
+
versionCheckHook,
5
6
}:
6
7
7
8
buildGoModule (finalAttrs: {
···
16
17
};
17
18
18
19
vendorHash = "sha256-oidOSV8y0VwTabipe7XwurUAra9F65nkTXslwXJ94Jw=";
20
20
+
21
21
+
doInstallCheck = true;
22
22
+
nativeInstallCheckInputs = [ versionCheckHook ];
23
23
+
versionCheckProgramArg = "--version";
19
24
20
25
meta = {
21
26
description = "Website link checker which scrapes and inspects all pages in a website recursively";