Skip to content

Commit

Permalink
drop unecessary build flags and fix package format
Browse files Browse the repository at this point in the history
	modified:   pkgs/by-name/yg/yggstack/package.nix
  • Loading branch information
peigongdsd committed Aug 6, 2024
1 parent 6435fe3 commit 2cc778a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkgs/by-name/yg/yggstack/package.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
lib,
buildGoModule,
fetchFromGitHub,
}:
{ lib, buildGoModule, fetchFromGitHub }:

buildGoModule rec {
pname = "yggstack";
Expand All @@ -20,7 +16,6 @@ buildGoModule rec {
ldflags = [
"-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildVersion=${version}"
"-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildName=${pname}"
"-X github.com/yggdrasil-network/yggdrasil-go/src/config.defaultAdminListen=unix:///var/run/yggdrasil/yggdrasil.sock"
"-s"
"-w"
];
Expand Down

0 comments on commit 2cc778a

Please sign in to comment.