Skip to content

Commit

Permalink
nixpkgs-manual: use libSrc
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron committed Sep 2, 2024
1 parent 1dc205b commit cabaaef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/doc-support/lib-function-docs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# To build this derivation, run `nix-build -A nixpkgs-manual.lib-docs`
{
lib,
libSrc,
stdenvNoCC,
nixdoc,
nix,
Expand Down Expand Up @@ -90,10 +91,7 @@
stdenvNoCC.mkDerivation {
name = "nixpkgs-lib-docs";

src = lib.fileset.toSource {
root = ../..;
fileset = ../../lib;
};
src = libSrc;

buildInputs = [
nixdoc
Expand Down

0 comments on commit cabaaef

Please sign in to comment.