fix(templates): rm haskell template declaration

This commit is contained in:
reo101 2023-07-13 14:44:12 +03:00
parent 3f38c2fae6
commit cf2949544a
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -1,7 +1,3 @@
{ inputs, outputs, ... }: { inputs, outputs, ... }:
{ {
haskell = {
description = "Haskell environment (stack + hls)";
path = ./haskell;
};
} }