From fee1d4da7e2cb5235e8e147af18554464d373dc4 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 14 Feb 2025 16:36:57 +0100 Subject: [PATCH] Don't move doc in web output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné --- m/hut/nginx.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m/hut/nginx.nix b/m/hut/nginx.nix index 4e77eb2..ef7c416 100644 --- a/m/hut/nginx.nix +++ b/m/hut/nginx.nix @@ -12,6 +12,8 @@ let installPhase = '' cp -r public $out ''; + # Don't mess doc/ + dontFixup = true; }; in {