manual: build docs with dummy envs

this was previously used because the macOS docs build would otherwise
pull files out of the host nix store. or something. not sure about it

Change-Id: I76b51eac1ebc5de5f00e2e4be086dd8db3eeb8e6
This commit is contained in:
eldritch horrors 2024-04-10 22:47:04 +02:00
parent f42678802c
commit adab839c98
2 changed files with 2 additions and 0 deletions

View file

@ -63,6 +63,7 @@ nix3_cli_json = custom_target(
command : [ nix, '__dump-cli' ],
capture : true,
output : 'nix.json',
env : nix_env_for_docs,
)
generate_manual_deps = files(

View file

@ -62,4 +62,5 @@ conf_file_md = custom_target(
experimental_features_shortlist_md,
],
output : 'conf-file.md',
env : nix_env_for_docs,
)