mirror of
https://github.com/NixOS/nix
synced 2025-06-28 22:01:15 +02:00
doc: ssl-cert-file leaks into OSX builds
This commit is contained in:
parent
61f49de7ae
commit
bbf6ff29e6
1 changed files with 4 additions and 1 deletions
|
@ -1059,7 +1059,10 @@ public:
|
||||||
|
|
||||||
1. `NIX_SSL_CERT_FILE`
|
1. `NIX_SSL_CERT_FILE`
|
||||||
2. `SSL_CERT_FILE`
|
2. `SSL_CERT_FILE`
|
||||||
)"};
|
)",
|
||||||
|
{},
|
||||||
|
// Don't document the machine-specific default value
|
||||||
|
false};
|
||||||
|
|
||||||
#if __linux__
|
#if __linux__
|
||||||
Setting<bool> filterSyscalls{
|
Setting<bool> filterSyscalls{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue