pet: split ldflags into parts
Co-authored-by: figsoda <figsoda@pm.me>
This commit is contained in:
parent
af1dd1387c
commit
2944ade411
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ buildGoModule rec {
|
|||
vendorSha256 = "sha256-dUvp7FEW09V0xMuhewPGw3TuAic/sD7xyXEYviZ2Ivs=";
|
||||
|
||||
ldflags = [
|
||||
"-s -w -X github.com/knqyf263/pet/cmd.version=${version}"
|
||||
"-s" "-w" "-X=github.com/knqyf263/pet/cmd.version=${version}"
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue