Skip to content

Commit b3ecbff

Browse files
committed
pinact: exclude bin/gen-jsonschema
Which was introduced in version 1.1.2 However it looks like a project internal tool For example, homebrew did not include it https://github.com/Homebrew/homebrew-core/blob/2e88df3e7a7a39f4d0cd462a0f46d73861d7af8d/Formula/p/pinact.rb#L20-L28
1 parent d49a887 commit b3ecbff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/pi/pinact/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ buildGoModule {
4343
"-X main.version=${version} -X main.commit=v${version}"
4444
];
4545

46+
subPackages = [
47+
"cmd/pinact"
48+
];
49+
4650
meta = {
4751
inherit mainProgram;
4852
description = "Pin GitHub Actions versions";

0 commit comments

Comments
 (0)