diff --git a/flake.nix b/flake.nix index c5ba642..2956828 100644 --- a/flake.nix +++ b/flake.nix @@ -12,5 +12,10 @@ description = "Minimal flake for rust with overlay and devshell"; welcomeText = "mjau 🦀🦀🦀"; }; + templates.haskell = { + path = ./haskell; + description = "Minimal flake for Haskell with nix build system and devshell"; + welcomeText = "mjau λλλ"; + }; }; }