mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
ref: rename default.nix -> kubenix.nix it's one (1) package of this repo
This commit is contained in:
parent
59da5c1698
commit
ded0db9e3f
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
{ };
|
{ };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue