diff --git a/nix/modules/template.nix b/nix/modules/template.nix index 24a2572..f907365 100644 --- a/nix/modules/template.nix +++ b/nix/modules/template.nix @@ -4,5 +4,8 @@ flake.templates.default = { description = "A batteries-included Haskell project template for Nix"; path = builtins.path { path = inputs.self; }; + welcomeText = '' + Please see https://srid.ca/haskell-template/start + ''; }; }