repo: init
welcome 👋 to my world 🌍
This commit is contained in:
parent
531fc54f1f
commit
edcf6f758e
11 changed files with 134 additions and 2 deletions
12
flake.nix
Normal file
12
flake.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
description = "Flake Template Hell";
|
||||
|
||||
outputs = _: {
|
||||
templates = {
|
||||
"python" = {
|
||||
path = ./templates/python;
|
||||
description = "python flake template";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue