From 5e8cd081a90c0dc517a26a5adcc33480db21fed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 7 Nov 2024 10:02:46 +0100 Subject: [PATCH] disable warnings are errors --- config/documentation.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/documentation.nix b/config/documentation.nix index 01419dec..902ef60f 100644 --- a/config/documentation.nix +++ b/config/documentation.nix @@ -1,5 +1,6 @@ {...}: { documentation.nixos.includeAllModules = true; + documentation.nixos.options.warningsAreErrors = false; home-manager.users.darkkirb.manual = { html.enable = true; json.enable = true;