12 lines
201 B
Nix
12 lines
201 B
Nix
{
|
|
description = "Flake Template Hell";
|
|
|
|
outputs = _: {
|
|
templates = {
|
|
"python" = {
|
|
path = ./templates/python;
|
|
description = "python flake template";
|
|
};
|
|
};
|
|
};
|
|
}
|