nix-config/templates/default.nix
2025-02-25 12:49:21 +01:00

15 lines
301 B
Nix

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