plumber: remove unneeded compile flag
This commit is contained in:
parent
780d591aff
commit
0c6a93e45b
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ buildGoModule rec {
|
|||
"-s"
|
||||
"-w"
|
||||
"-X github.com/streamdal/plumber/options.VERSION=${version}"
|
||||
# remove once module in go.mod is renamed to github.com/batchcorp/streamdal
|
||||
"-X github.com/batchcorp/plumber/options.VERSION=${version}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue