dotfiles/terranix/prepare/default.nix
magic_rb 03b54bd52b
Use helm2nix2terraform to create nix files from helm charts
Signed-off-by: magic_rb <magic_rb@redalder.org>
2024-04-07 13:24:08 +02:00

8 lines
87 B
Nix

{...}: {
imports = [
./providers.nix
./state.nix
./kubernetes.nix
];
}