diff options
Diffstat (limited to 'third_party/nix/src/libstore/globals.hh')
-rw-r--r-- | third_party/nix/src/libstore/globals.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/nix/src/libstore/globals.hh b/third_party/nix/src/libstore/globals.hh index 8e04b0937457..71bc2b1e7407 100644 --- a/third_party/nix/src/libstore/globals.hh +++ b/third_party/nix/src/libstore/globals.hh @@ -299,12 +299,6 @@ class Settings : public Config { "Which prefixes to allow derivations to ask for access to (primarily for " "Darwin)."}; -#if __APPLE__ - Setting<bool> darwinLogSandboxViolations{ - this, false, "darwin-log-sandbox-violations", - "Whether to log Darwin sandbox access violations to the system log."}; -#endif - Setting<bool> runDiffHook{ this, false, "run-diff-hook", "Whether to run the program specified by the diff-hook setting " |