We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b109358 commit cb9564cCopy full SHA for cb9564c
nix/packages.nix
@@ -22,6 +22,8 @@
22
modules = ../gomod2nix.toml;
23
24
ldflags = [
25
+ "-s"
26
+ "-w"
27
"-X 'build.Name=${pname}'"
28
"-X 'build.Version=${version}'"
29
];
0 commit comments