Skip to content

Commit

Permalink
use subPackages
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
  • Loading branch information
whtsht and Aleksanaa authored Oct 30, 2024
1 parent 4474620 commit 1d7ef47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/by-name/ec/ecsk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ buildGoModule rec {

vendorHash = "sha256-Eyqpc7GyG/7u/I4tStADQikxcbIatjeAJN9wUDgzdFY=";

buildPhase = ''
go build -o $out/bin/ecsk ./cmd/ecsk
'';
subPackages = [ "cmd/esck" ];

meta = with lib; {
description = "Interactively call Amazon ECS APIs, copy files between ECS and local, and view logs";
Expand Down

0 comments on commit 1d7ef47

Please sign in to comment.