From 95b23c70b1b7391c865db4d0490a13e1c76d51f6 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Fri, 13 Oct 2023 11:01:58 +0200 Subject: [PATCH] added haskell template to nix file --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 λλλ"; + }; }; }