fixed links in docs

This commit is contained in:
2025-10-16 14:45:51 +02:00
parent 400be5d4a4
commit f08249aceb
2 changed files with 18 additions and 18 deletions

View File

@@ -61,7 +61,7 @@
docs = pkgs.runCommand "docs" { } ''
${
inputs.nix-options-doc.outputs.packages."${system}".default
}/bin/nix-options-doc --path ${./homemanager} --out $out
}/bin/nix-options-doc --path ${./.} --out $out --follow-symlinks
'';
};
}