charm-freeze: exclude test/input package (#529984)

This commit is contained in:
isabel
2026-07-10 15:40:41 +00:00
committed by GitHub
+2
View File
@@ -23,6 +23,8 @@ buildGoModule (finalAttrs: {
"-X=main.Version=${finalAttrs.version}"
];
excludedPackages = [ "test/input" ];
meta = {
description = "Tool to generate images of code and terminal output";
mainProgram = "freeze";