diff --git a/flake.nix b/flake.nix index c8424ee..ff1e0c5 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,11 @@ description = "Simple vlang template"; }; + haskell = { + path = ./haskell; + description = "Simple haskell template"; + }; + }; };