add minimal working example to readme

This commit is contained in:
Bryton Hall 2022-08-14 21:48:45 -04:00
parent 7fb2bf9578
commit aa60eca0fd
4 changed files with 70 additions and 26 deletions

View file

@ -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 {};
};
};
}