diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-10-06 14:41:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 14:41:06 +0200 |
commit | 2856878b411694d2a815a88a5b3fe81c0f15811e (patch) | |
tree | 1e2606240a2804d462be092b4e60491654d0fd15 | |
parent | 85c8be6286e8f5464813a8a29b0b78d892498745 (diff) | |
parent | 4abd5554ad0be209b103378a26fa8784aee3a0a9 (diff) |
Merge pull request #4102 from B4dM4n/macos-sandbox-build
Fix macOS sandbox build
-rw-r--r-- | doc/manual/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/local.mk b/doc/manual/local.mk index 3b8e7e2df..d308c7cf6 100644 --- a/doc/manual/local.mk +++ b/doc/manual/local.mk @@ -40,7 +40,7 @@ $(d)/nix.json: $(bindir)/nix @mv $@.tmp $@ $(d)/conf-file.json: $(bindir)/nix - $(trace-gen) env -i NIX_CONF_DIR=/dummy HOME=/dummy $(bindir)/nix show-config --json --experimental-features nix-command > $@.tmp + $(trace-gen) env -i NIX_CONF_DIR=/dummy HOME=/dummy NIX_SSL_CERT_FILE=/dummy/no-ca-bundle.crt $(bindir)/nix show-config --json --experimental-features nix-command > $@.tmp @mv $@.tmp $@ $(d)/src/expressions/builtins.md: $(d)/builtins.json $(d)/generate-builtins.nix $(d)/src/expressions/builtins-prefix.md $(bindir)/nix |