ref: streamline kubenix pkg

This commit is contained in:
David Arnold 2021-05-28 16:20:18 -05:00
parent caafa96bd3
commit fc47e41697
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
2 changed files with 13 additions and 24 deletions

View file

@ -47,9 +47,7 @@
) //
{
overlay = final: prev: {
kubenix = prev.callPackage ./default.nix {
nixosPath = "${nixpkgs}/nixos";
};
kubenix = prev.callPackage ./default.nix { };
# up to date versions of their nixpkgs equivalents
kubernetes = prev.callPackage ./pkgs/applications/networking/cluster/kubernetes
{ };