Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
  • Loading branch information
dit7ya and zowoq committed Nov 28, 2022
1 parent ca57d39 commit ebb097f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/development/tools/database/atlas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ buildGoModule rec {
sha256 = "sha256-sC0RkRUtOkmQ07A7WVU9Tg29Ffk6H26z7FdtnMgatc8=";
};

vendorSha256 = "sha256-XjmXMj9EaRuqSqAgZdvi51gy2gMbwYk6/J40qbQH8CQ";
vendorSha256 = "sha256-XjmXMj9EaRuqSqAgZdvi51gy2gMbwYk6/J40qbQH8CQ=";

proxyVendor = true;

# subPackages = [ "cmd/atlas"] does not work
preBuild = ''
cd cmd/atlas
'';
modRoot = "cmd/atlas";

ldflags = [ "-s" "-w" ];

Expand Down

0 comments on commit ebb097f

Please sign in to comment.