From 6dcd3a16efede027a63abe7f1cd77b0f800c463a Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 29 Jul 2022 01:59:25 +0200 Subject: [PATCH] Fix issue in template path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8545d9d..1a87003 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ }; elixir = { - path = ./dhall; + path = ./elixir; description = "Elixir development environment"; };