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

This commit is contained in:
Philip Taron 2024-09-12 14:59:27 -07:00 committed by GitHub
commit d2225b2f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {