remove local kubectl and kubernetes packages

A comment added in the original commit suggests these were only used as
more up-to-date versions relative to those in nixpkgs. That's no longer
the case and I'm not sure there's good reason to maintain theme here.

I'm happy to reconsider but will remove them for now.
This commit is contained in:
Bryton Hall 2023-07-07 23:07:57 -04:00
parent 2712e89716
commit f7f2df7119
6 changed files with 4 additions and 259 deletions

View file

@ -131,7 +131,6 @@
};
packages = {
inherit (pkgs) kubernetes kubectl;
default = pkgs.callPackage ./pkgs/kubenix.nix {
inherit (self.packages.${system});
evalModules = self.evalModules.${system};