Skip to content

Commit

Permalink
Merge pull request #330915 from philiptaron/nixpkgs-manual
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil authored Jul 30, 2024
2 parents 255f595 + 587f64a commit 18951e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doc-support/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stdenvNoCC.mkDerivation (
nixos-render-docs manual html \
--manpage-urls ./manpage-urls.json \
--revision ${lib.trivial.revisionWithDefault (nixpkgs.rev or "master")} \
--revision ${nixpkgs.rev or "master"} \
--stylesheet style.css \
--stylesheet highlightjs/mono-blue.css \
--script ./highlightjs/highlight.pack.js \
Expand Down

0 comments on commit 18951e7

Please sign in to comment.