nuclei: use declarative Go package attributes
This commit is contained in:
parent
25a75128d3
commit
c6a73a296e
@ -16,9 +16,10 @@ buildGoModule rec {
|
|||||||
|
|
||||||
vendorSha256 = "sha256-qmuua7HXnwuy24CSqHKALqNDmXBvSIXYTVu3kaGVoeU=";
|
vendorSha256 = "sha256-qmuua7HXnwuy24CSqHKALqNDmXBvSIXYTVu3kaGVoeU=";
|
||||||
|
|
||||||
preBuild = ''
|
modRoot = "./v2";
|
||||||
mv v2/* .
|
subPackages = [
|
||||||
'';
|
"cmd/nuclei/"
|
||||||
|
];
|
||||||
|
|
||||||
# Test files are not part of the release tarball
|
# Test files are not part of the release tarball
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user