mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
ref: streamline kubenix pkg
This commit is contained in:
parent
caafa96bd3
commit
fc47e41697
2 changed files with 13 additions and 24 deletions
|
|
@ -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
|
||||
{ };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue