Add missing dhall env to flake

This commit is contained in:
Luc Perkins 2022-07-29 01:35:35 +02:00
parent aa143490b1
commit 79c4fdcf16
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -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";