Skip to content

Commit

Permalink
Move CGO_ENABLED to env
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Jan 3, 2025
1 parent b977250 commit 041e1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ buildGoModule {
"-s"
"-w"
];
CGO_ENABLED = 0;
env.CGO_ENABLED = 0;
meta.mainProgram = "ipwatch";
}

0 comments on commit 041e1b8

Please sign in to comment.