Unverified Commit d2225b2f authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

nixpkgs-manual.lib-docs: fix sandboxed build on darwin (#341432)

parents 220fcad2 1218148c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ stdenvNoCC.mkDerivation {
      --arg nixpkgsPath "./." \
      --argstr revision ${nixpkgs.rev or "master"} \
      --argstr libsetsJSON ${lib.escapeShellArg (builtins.toJSON libsets)} \
      --store $(mktemp -d) \
      > locations.json

    function docgen {