diff options
author | Shea Levy <shea@shealevy.com> | 2017-03-31T15·22-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-03-31T15·22-0400 |
commit | d299bd710a5c47b54a6f166c7e26608c10f41456 (patch) | |
tree | a795c3dcacb6db330e56f57ab9d9ddc068437353 /src/libstore/globals.hh | |
parent | b9b8b8a63ba49dc027b08950bd3cf30cc8f09ec5 (diff) | |
parent | 0bb8db257d98a32abde759f4d07d28b5178bd3bf (diff) |
Merge branch 'builtins.exec'
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 462721681912..ccec300f776e 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -181,8 +181,8 @@ struct Settings { /* Whether to show a stack trace if Nix evaluation fails. */ bool showTrace; - /* Whether the importNative primop should be enabled */ - bool enableImportNative; + /* Whether native-code enabling primops should be enabled */ + bool enableNativeCode; /* The hook to run just before a build to set derivation-specific build settings */ |