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; };