initial commit
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
commit
0078a09395
10 changed files with 1859 additions and 0 deletions
33
lib/generators/default.nix
Normal file
33
lib/generators/default.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{lib, ...}: pkgs: {
|
||||
kubeObject =
|
||||
import ./kube.nix {
|
||||
inherit
|
||||
lib
|
||||
;
|
||||
}
|
||||
pkgs;
|
||||
|
||||
talosObject =
|
||||
import ./talos.nix {
|
||||
inherit
|
||||
lib
|
||||
;
|
||||
}
|
||||
pkgs;
|
||||
|
||||
helmObject =
|
||||
import ./helm.nix {
|
||||
inherit
|
||||
lib
|
||||
;
|
||||
}
|
||||
pkgs;
|
||||
|
||||
helmfileObject =
|
||||
import ./helmfile.nix {
|
||||
inherit
|
||||
lib
|
||||
;
|
||||
}
|
||||
pkgs;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue