Unverified Commit 6c6fb148 authored by Robin Lambertz's avatar Robin Lambertz Committed by GitHub
Browse files

k9s: Use native DNS resolver

Using the go resolver will result in problems when accessing a kube cluster behind a VPN on macOS. See https://github.com/derailed/k9s/issues/780
parent 71a55fa4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildGoModule rec {
    "-X github.com/derailed/k9s/cmd.date=1970-01-01T00:00:00Z"
  ];

  tags = [ "netgo" ];
  tags = [ "netcgo" ];

  proxyVendor = true;