mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
treefmt2: fix -X flags (#356135)
This commit is contained in:
parent
65ef03035d
commit
a8eb04832b
@ -19,8 +19,8 @@ buildGoModule rec {
|
|||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
"-w"
|
"-w"
|
||||||
"-X git.numtide.com/numtide/treefmt/build.Name=treefmt"
|
"-X github.com/numtide/treefmt/build.Name=treefmt"
|
||||||
"-X git.numtide.com/numtide/treefmt/build.Version=v${version}"
|
"-X github.com/numtide/treefmt/build.Version=v${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user