diff --git a/templates/all.nix b/templates/all.nix index 87b014a..a6a33a7 100644 --- a/templates/all.nix +++ b/templates/all.nix @@ -7,4 +7,8 @@ path = ./deno; description = "A template for working on a TypeScript and Deno project"; }; + elixir = { + path = ./elixir; + description = "A template for working on an Elixir project"; + }; }