mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
add minimal working example to readme
This commit is contained in:
parent
7fb2bf9578
commit
aa60eca0fd
4 changed files with 70 additions and 26 deletions
|
|
@ -7,6 +7,10 @@
|
|||
url = "github:numtide/flake-utils";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-compat = {
|
||||
url = "github:edolstra/flake-compat";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -134,11 +138,6 @@
|
|||
nixosModules.kubenix = import ./modules;
|
||||
overlays.default = _final: prev: {
|
||||
kubenix.evalModules = self.evalModules.${prev.system};
|
||||
# up to date versions of their nixpkgs equivalents
|
||||
# kubernetes =
|
||||
# prev.callPackage ./pkgs/applications/networking/cluster/kubernetes
|
||||
# {};
|
||||
# kubectl = prev.callPackage ./pkgs/applications/networking/cluster/kubectl {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue