From 79c4fdcf16c295ffb64ee46eabec504832f5a93b Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 29 Jul 2022 01:35:35 +0200 Subject: [PATCH] Add missing dhall env to flake --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flake.nix b/flake.nix index e790048..8545d9d 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,16 @@ } ) // { templates = { + dhall = { + path = ./dhall; + description = "Dhall development environment"; + }; + + elixir = { + path = ./dhall; + description = "Elixir development environment"; + }; + gleam = { path = ./gleam; description = "Gleam development environment";