feat: add elixir phoenix template
This commit is contained in:
parent
08060f117f
commit
0752d7175e
2 changed files with 107 additions and 0 deletions
|
|
@ -68,6 +68,10 @@
|
|||
description = "Crane + Fenix flake with mold for faster local builds.";
|
||||
path = ./templates/rust;
|
||||
};
|
||||
templates.elixir-phoenix = {
|
||||
description = "A flake for building development environment of Phoenix project.";
|
||||
path = ./templates/elixir-phoenix;
|
||||
};
|
||||
};
|
||||
|
||||
# Define your clan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue