lix/doc/manual
Fabian Möller 5b0790355f
Fix macOS sandbox build
Since c4c3c15c19 (#4251) building Nix for
macOS with sandboxing fails:
```
getting status of /nix/var/nix/profiles/per-user/root/channels/nixpkgs: Operation not permitted
```

This happens, because `EvalSettings::getDefaultNixPath` tries to access
paths outside the sandbox. Since the state-dir is not required for
doc generation, it is set to the dummy folder. This needs to be done
for all nix invocations during doc generation, as
`EvalSettings::getDefaultNixPath` is called unconditionally.
2020-11-23 17:40:17 +01:00
..
src docs: consistent console prompt (#4213) 2020-11-02 16:32:05 +01:00
book.toml Improve margins between sections 2020-08-19 12:31:18 +02:00
custom.css Improve margins between sections 2020-08-19 12:31:18 +02:00
generate-builtins.nix jq -> nix 2020-09-16 14:58:06 +02:00
generate-manpage.nix Remove stray 'Title:' from the manual 2020-10-08 17:30:40 +02:00
generate-options.nix Update document generation for empty json object values. 2020-09-24 22:41:24 -07:00
highlight.pack.js Enable syntax highlighting 2020-07-31 15:43:25 +02:00
local.mk Fix macOS sandbox build 2020-11-23 17:40:17 +01:00
quote-literals.xsl Generate release notes again 2014-03-12 14:24:29 +01:00
utils.nix jq -> nix 2020-09-16 14:58:06 +02:00