Skip to content

Commit

Permalink
add cgo to obligator
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Jul 6, 2024
1 parent 17b3676 commit 6ff4e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/server/obligator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ buildGoModule {

vendorHash = "sha256-snI3htyuBeeTOND8X5Wi+3WEW5xC+Y+C8jMfmiYAur4=";

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

meta = with lib; {
Expand Down

0 comments on commit 6ff4e65

Please sign in to comment.