Skip to content

Commit 6087f34

Browse files
committed
pkgs/doc: fix
1 parent 5e77efd commit 6087f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/doc.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ let
2020
transformOptions = opt: opt // {
2121
declarations = map (decl:
2222
let
23+
root = toString ../.;
2324
declStr = toString decl;
2425
declPath = lib.removePrefix root decl;
2526
in

0 commit comments

Comments
 (0)