From 6087f34729877e622ea07e411d1f86d4e9c7ad14 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 13 Oct 2024 02:25:18 +0200 Subject: [PATCH] pkgs/doc: fix --- pkgs/doc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/doc.nix b/pkgs/doc.nix index bfebac67..1284abf8 100644 --- a/pkgs/doc.nix +++ b/pkgs/doc.nix @@ -20,6 +20,7 @@ let transformOptions = opt: opt // { declarations = map (decl: let + root = toString ../.; declStr = toString decl; declPath = lib.removePrefix root decl; in