2024-05-22 22:07:45 +02:00
|
|
|
{
|
2024-05-29 20:40:03 +02:00
|
|
|
default = {
|
|
|
|
path = ./default;
|
|
|
|
description = "a basic blank devshell flake";
|
2024-05-22 22:07:45 +02:00
|
|
|
};
|
|
|
|
hugo = {
|
|
|
|
path = ./hugo;
|
|
|
|
description = "a flake for getting a hugo website up and running";
|
|
|
|
};
|
|
|
|
latex = {
|
|
|
|
path = ./latex;
|
|
|
|
description = "A flake containing a basic latex environment";
|
|
|
|
};
|
|
|
|
}
|