Skip to content

Commit

Permalink
nunki: fix version injection
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
(cherry picked from commit d5dce14)
  • Loading branch information
katexochen committed Feb 9, 2024
1 parent ffd5b72 commit 99fd743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ rec {
ldflags = [
"-s"
"-w"
"-X main.version=v${version}"
];

preCheck = ''
Expand Down

0 comments on commit 99fd743

Please sign in to comment.