mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
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:
parent
2712e89716
commit
f7f2df7119
6 changed files with 4 additions and 259 deletions
|
|
@ -131,7 +131,6 @@
|
|||
};
|
||||
|
||||
packages = {
|
||||
inherit (pkgs) kubernetes kubectl;
|
||||
default = pkgs.callPackage ./pkgs/kubenix.nix {
|
||||
inherit (self.packages.${system});
|
||||
evalModules = self.evalModules.${system};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue