grype: add missing test input

This commit is contained in:
Olivér Falvai
2025-10-19 12:28:24 +02:00
committed by Fabian Affolter
parent b6a2e71f66
commit 7fb2167a0f
+2
View File
@@ -6,6 +6,7 @@
git,
installShellFiles,
openssl,
net-tools,
}:
buildGoModule (finalAttrs: {
@@ -38,6 +39,7 @@ buildGoModule (finalAttrs: {
nativeCheckInputs = [
git
openssl
net-tools
];
subPackages = [ "cmd/grype" ];