Skip to content

Commit

Permalink
helmsman: only build helsman subPackage
Browse files Browse the repository at this point in the history
helmsman drv would otherwise try to build the following subPackages:
https://github.com/Praqma/helmsman/tree/dadf5fa910fb25e48b617cb71f7f380d53970ea1/internal

(cherry picked from commit 19c58a0)
  • Loading branch information
sarcasticadmin authored and github-actions[bot] committed Dec 31, 2024
1 parent ccd72d4 commit 6286b34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/he/helmsman/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ buildGoModule rec {
sha256 = "sha256-u/Fj3A81hH7i1yTg+kcqCPrwEkj0cyhZvNzRYURDoZU=";
};

subPackages = [ "cmd/helmsman" ];

vendorHash = "sha256-3eIMMKMvRzOSMvufETR9H1PnPDeEc+su8UuvbQJZ7kI=";

doCheck = false;
Expand Down

0 comments on commit 6286b34

Please sign in to comment.