{ description = "Flake Template Hell"; outputs = _: { templates = { "python" = { path = ./templates/python; description = "python flake template"; }; }; }; }