all repos — nix-packages @ fa0ffd25e45eefa41121bf80fcdbdf512906abbb

My personal collection of packages for nix

reformat all

Alan Pearce
commit

fa0ffd25e45eefa41121bf80fcdbdf512906abbb

parent

a19e604102752842402fab33704b6a26ef73bd47

1 file changed, 4 insertions(+), 1 deletion(-)

changed files
M pkgs/go-instrument/default.nixpkgs/go-instrument/default.nix
@@ -17,7 +17,10 @@ };
vendorHash = "sha256-BIzeNT9UGHR1318NC83ptT92JUet/5Pjz/zBHL7PR9Y="; - ldflags = [ "-s" "-w" ]; + ldflags = [ + "-s" + "-w" + ]; meta = { description = "Automatically add Trace Spans to Go methods and functions";