ref: rename default.nix -> kubenix.nix it's one (1) package of this repo

This commit is contained in:
David Arnold 2021-05-28 14:09:40 -05:00
parent 59da5c1698
commit ded0db9e3f
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
2 changed files with 1 additions and 1 deletions

View file

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