From dbec7d63fd55017eae53508336c2a971e0a6cd94 Mon Sep 17 00:00:00 2001 From: Paul-Nicolas Madelaine Date: Sat, 16 Sep 2023 21:15:58 +0200 Subject: [PATCH] update greeting message --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 50b21ba..87c7e44 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,7 @@ in { packages.default = pkgs.writeTextDir "index.html" '' Hello world! + This is the personal website of Paul-Nicolas Madelaine. ''; });