aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.cc
AgeCommit message (Expand)Author
2017-05-02Replace $NIX_REMOTE_SYSTEMS with an option "builder-files"Eelco Dolstra
2017-04-20Improve nix show-config --jsonEelco Dolstra
2017-04-20Setting: Remove "Tag" template argumentEelco Dolstra
2017-04-20Read per-user settings from ~/.config/nix/nix.confEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-13Merge branch 'rework-options' of https://github.com/copumpkin/nixEelco Dolstra
2017-03-30Add exec primop behind allow-unsafe-native-code-during-evaluation.Shea Levy
2017-03-15Store: Add a method for getting build logsEelco Dolstra
2017-03-08Add option to disable import-from-derivation completely, even if the drv is a...Shea Levy
2017-03-06Properly set the caFile for aws-sdk-cpp s3Shea Levy
2017-02-28Support auto-configuration of build-max-jobsEelco Dolstra
2017-02-27_SC_NPROCESSORS_ONLN -> std::thread::hardware_concurrency()Eelco Dolstra
2017-02-22Explicitly model all settings and fail on unrecognized onesDan Peebles
2017-02-16Move netrcFile to SettingsEelco Dolstra
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-10-27Add nix.conf options for -k and -KShea Levy
2016-08-13remove old traces of resolve-system-dependenciesJude Taylor
2016-08-10Remove $NIX_DB_DIREelco Dolstra
2016-04-29Eliminate the substituter mechanismEelco Dolstra
2016-04-25Show the log tail when a build failsEelco Dolstra
2016-04-25Remove --print-build-traceEelco Dolstra
2016-04-11Remove manifest supportEelco Dolstra
2016-04-08Remove failed build cachingEelco Dolstra
2015-10-21move preBuildHook defaulting to globals.ccJude Taylor
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-06-22Make /nix/var/nix/db/reserved biggerEelco Dolstra
2015-04-18Add the pre-build hook.Shea Levy
2015-04-18Revert "Add the pre-build hook."Shea Levy
2015-04-16Fix using restricted mode with chrootsEelco Dolstra
2015-04-12Add the pre-build hook.Shea Levy
2015-04-09Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra
2015-02-23Use chroots for all derivationsEelco Dolstra
2014-09-17Settings: Add bool get()Eelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-04Move some options out of globalsEelco Dolstra
2014-08-04RefactorEelco Dolstra
2014-08-04Add option ‘build-extra-chroot-dirs’Eelco Dolstra
2014-08-04Make chroot builds easier to set upEelco Dolstra
2014-07-25nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH substituterEelco Dolstra
2014-07-25Change the default for use-ssh-substituter to ‘true’Eelco Dolstra
2014-07-19Revert old useBuildHook behaviourEelco Dolstra
2014-07-17nix-daemon: Add trusted-users and allowed-users optionsEelco Dolstra
2014-07-16Handle case collisions on case-insensitive systemsEelco Dolstra
2014-07-11Allow $NIX_BUILD_HOOK to be relative to Nix libexec directoryEelco Dolstra
2014-06-27allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-eva...Eelco Dolstra
2014-06-24Only add the importNative primop if the allow-arbitrary-code-during-evaluatio...Shea Levy
2014-05-21nix-store -l: Fetch build logs from the InternetEelco Dolstra
2014-05-02Set build-max-jobs to the number of available cores by defaultEelco Dolstra