nuclei: use declarative Go package attributes

This commit is contained in:
Susan Potter 2021-03-29 15:55:39 -05:00
parent 25a75128d3
commit c6a73a296e
No known key found for this signature in database
GPG key ID: 99027A421FF928FB

View file

@ -16,9 +16,10 @@ buildGoModule rec {
vendorSha256 = "sha256-qmuua7HXnwuy24CSqHKALqNDmXBvSIXYTVu3kaGVoeU=";
preBuild = ''
mv v2/* .
'';
modRoot = "./v2";
subPackages = [
"cmd/nuclei/"
];
# Test files are not part of the release tarball
doCheck = false;