From 69de429142050167707513022160bd25c2a3d5da Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 20 Feb 2024 20:14:52 -0600 Subject: [PATCH] Include Elixir template --- templates/all.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }