From c1170bcf7c790e3ea6100ac4e5c8e26eb43d82d3 Mon Sep 17 00:00:00 2001 From: jsz4n Date: Mon, 4 Mar 2024 17:00:27 +0100 Subject: [PATCH] update flake with haskell --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"; + }; + }; };