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="; 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;