Merge pull request #329114 from roblabla/patch-3

k9s: Use native DNS resolver
This commit is contained in:
h7x4
2024-08-20 08:12:23 +02:00
committed by GitHub
@@ -19,7 +19,7 @@ buildGoModule rec {
"-X github.com/derailed/k9s/cmd.date=1970-01-01T00:00:00Z"
];
tags = [ "netgo" ];
tags = [ "netcgo" ];
proxyVendor = true;