Add nix.conf options for -k and -K

Fixes #1084
This commit is contained in:
Shea Levy 2016-10-27 12:49:34 -04:00
parent e02a1352c1
commit c4969aebaf

View file

@ -183,6 +183,8 @@ void Settings::update()
_get(enableImportNative, "allow-unsafe-native-code-during-evaluation");
_get(useCaseHack, "use-case-hack");
_get(preBuildHook, "pre-build-hook");
_get(keepGoing, "keep-going");
_get(keepFailed, "keep-failed");
}