flake-template-hell/flake.nix
Artur Manuel edcf6f758e
repo: init
welcome 👋 to my world 🌍
2024-08-11 08:22:48 +01:00

12 lines
201 B
Nix

{
description = "Flake Template Hell";
outputs = _: {
templates = {
"python" = {
path = ./templates/python;
description = "python flake template";
};
};
};
}