13 lines
201 B
Nix
13 lines
201 B
Nix
![]() |
{
|
||
|
description = "Flake Template Hell";
|
||
|
|
||
|
outputs = _: {
|
||
|
templates = {
|
||
|
"python" = {
|
||
|
path = ./templates/python;
|
||
|
description = "python flake template";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|