Skip to content

Commit

Permalink
fixed ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Jun 1, 2024
1 parent 48b6ec0 commit bb7f07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ bin/*/LICENSE
cookie.txt
actions.zip
nuv.spec
nix/result
2 changes: 1 addition & 1 deletion nix/nuv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ in buildGoModule rec {

doCheck = false;

ldFlags = [
ldflags = [
"-X main.NuvVersion=${version}"
"-X main.NuvBranch=${branch}"
];
Expand Down

0 comments on commit bb7f07c

Please sign in to comment.