{
  default = {
    path = ./default;
    description = "a basic blank devshell flake";
  };
  latex = {
    path = ./latex;
    description = "A flake containing a basic latex environment";
  };
  typst = {
    path = ./typst;
    description = "A flake containing a basic typst environment";
  };
}