about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/stern
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-31 21:54:43 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-09-08 16:32:39 +1000
commit1a36f8fe818fc38f9da13030e2dd4e98e481d5b8 (patch)
treecb5c6e4f4c5c562e2ad7ca13836219c22d10b4d1 /pkgs/applications/networking/cluster/stern
parent8aab09dbc3caba6be9503a6d0cbea12270b7ddbc (diff)
stern: use deleteVendor
Diffstat (limited to 'pkgs/applications/networking/cluster/stern')
-rw-r--r--pkgs/applications/networking/cluster/stern/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/stern/default.nix b/pkgs/applications/networking/cluster/stern/default.nix
index 8ad0e8711f2fa..0f8ed05d8e6af 100644
--- a/pkgs/applications/networking/cluster/stern/default.nix
+++ b/pkgs/applications/networking/cluster/stern/default.nix
@@ -15,6 +15,7 @@ buildGoPackage rec {
     sha256 = "0xndlq0ks8flzx6rdd4lnkxpkbvdy9sj1jwys5yj7p989ls8by3n";
   };
 
+  deleteVendor = true;
   goDeps = ./deps.nix;
 
   nativeBuildInputs = [ installShellFiles ];