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
This commit is contained in:
Robin Lambertz
2024-07-22 11:24:14 +02:00
committed by GitHub
parent 71a55fa4ce
commit 6c6fb1480c
@@ -19,7 +19,7 @@ buildGoModule rec {
"-X github.com/derailed/k9s/cmd.date=1970-01-01T00:00:00Z"
];
tags = [ "netgo" ];
tags = [ "netcgo" ];
proxyVendor = true;