charm-freeze: exclude test/input package (#529984)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user