init with python proj template
This commit is contained in:
commit
643c9ab0a8
5 changed files with 51 additions and 0 deletions
12
flake.nix
Normal file
12
flake.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
description = "Flake templates";
|
||||
|
||||
outputs = { self }: {
|
||||
templates = {
|
||||
python-project = {
|
||||
path = ./python-project;
|
||||
description = "A python project using devenv";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue