From cf2949544a4606341cbe065556f913c56cf2f329 Mon Sep 17 00:00:00 2001 From: reo101 Date: Thu, 13 Jul 2023 14:44:12 +0300 Subject: [PATCH] fix(templates): rm `haskell` template declaration --- templates/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/default.nix b/templates/default.nix index bb1c85c..8b69984 100644 --- a/templates/default.nix +++ b/templates/default.nix @@ -1,7 +1,3 @@ { inputs, outputs, ... }: { - haskell = { - description = "Haskell environment (stack + hls)"; - path = ./haskell; - }; }