From ac2d5e789c7e7e5412ace54f05ebadaa74fa818f Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Sat, 11 Sep 2021 16:26:29 +0100 Subject: [PATCH] Include .well-known in nix build --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 840d9aa..2419828 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ buildPhase = "hugo"; installPhase = '' mkdir $out - cp -R public/* $out + cp -R public/* public/.well-known $out ''; };