notation: more granular excludedPackages

This commit is contained in:
06kellyjac
2025-11-13 16:00:50 +00:00
parent 7cd32151f5
commit c79de89efa
+3 -1
View File
@@ -25,7 +25,9 @@ buildGoModule (finalAttrs: {
];
# This is a Go sub-module and cannot be built directly (e2e tests).
excludedPackages = [ "./test" ];
excludedPackages = [
"./test/e2e"
];
ldflags = [
"-s"