plumber: remove unneeded compile flag

This commit is contained in:
annalee
2024-02-15 06:51:36 +00:00
parent 780d591aff
commit 0c6a93e45b
-2
View File
@@ -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; {