From fcbef0e85a89cf0f717a7ca13642bf1361a4a55e Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Tue, 19 Mar 2024 00:59:45 +0100 Subject: [PATCH] Maybe add it to the templates as well --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index b5262ba..173ba69 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,11 @@ description = "What I consider to be the bare minimum flake"; }; + haskell = { + path = ./haskell; + description = "A basic Haskell flake"; + }; + }; defaultTemplate = self.templates.trivial; };