kconf: use default buildGoModule

This commit is contained in:
zowoq 2022-10-01 15:53:36 +10:00
parent 348518c7ef
commit d4572a24bc

View File

@ -29118,10 +29118,7 @@ with pkgs;
k3sup = callPackage ../applications/networking/cluster/k3sup {};
kconf = callPackage ../applications/networking/cluster/kconf {
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
buildGoModule = buildGo117Module;
};
kconf = callPackage ../applications/networking/cluster/kconf { };
kail = callPackage ../tools/networking/kail { };