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. ''; });