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
lib,
3
buildGoModule,
4
fetchFromGitHub,
0
5
}:
6
7
buildGoModule (finalAttrs: {
···
16
};
17
18
vendorHash = "sha256-oidOSV8y0VwTabipe7XwurUAra9F65nkTXslwXJ94Jw=";
0
0
0
0
19
20
meta = {
21
description = "Website link checker which scrapes and inspects all pages in a website recursively";
···
2
lib,
3
buildGoModule,
4
fetchFromGitHub,
5
+
versionCheckHook,
6
}:
7
8
buildGoModule (finalAttrs: {
···
17
};
18
19
vendorHash = "sha256-oidOSV8y0VwTabipe7XwurUAra9F65nkTXslwXJ94Jw=";
20
+
21
+
doInstallCheck = true;
22
+
nativeInstallCheckInputs = [ versionCheckHook ];
23
+
versionCheckProgramArg = "--version";
24
25
meta = {
26
description = "Website link checker which scrapes and inspects all pages in a website recursively";