about summary refs log tree commit diff
path: root/pkgs/by-name/gt/gtrash
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-12-30 20:27:34 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-03-28 07:57:19 +0100
commitfba7582947e1e36d013997885770e2eb19fb8776 (patch)
tree76c14455eaa8d1cd702ac1ea67e7bfedcff6db1a /pkgs/by-name/gt/gtrash
parent63a052eb57590c79a94372af7bc329e698dec5ba (diff)
treewide: remove explicit `-trimpath` from Go pkgs
Diffstat (limited to 'pkgs/by-name/gt/gtrash')
-rw-r--r--pkgs/by-name/gt/gtrash/package.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/by-name/gt/gtrash/package.nix b/pkgs/by-name/gt/gtrash/package.nix
index aee737aa83dff..fb354bada06c2 100644
--- a/pkgs/by-name/gt/gtrash/package.nix
+++ b/pkgs/by-name/gt/gtrash/package.nix
@@ -23,7 +23,6 @@ buildGoModule rec {
   doCheck = false;
 
   CGO_ENABLED = 0;
-  GOFLAGS = [ "-trimpath" ];
   ldflags = [
     "-s"
     "-w"