Age | Commit message (Expand) | Author | Files | Lines |
2017-04-20 | Improve nix show-config --json | Eelco Dolstra | 1 | -0/+5 |
2017-04-20 | Setting: Remove "Tag" template argument | Eelco Dolstra | 1 | -19/+3 |
2017-04-20 | Read per-user settings from ~/.config/nix/nix.conf | Eelco Dolstra | 1 | -6/+6 |
2017-04-13 | Convert Settings to the new config system | Eelco Dolstra | 1 | -278/+39 |
2017-04-13 | Merge branch 'rework-options' of https://github.com/copumpkin/nix | Eelco Dolstra | 1 | -34/+117 |
2017-03-30 | Add exec primop behind allow-unsafe-native-code-during-evaluation. | Shea Levy | 1 | -2/+2 |
2017-03-15 | Store: Add a method for getting build logs | Eelco Dolstra | 1 | -1/+0 |
2017-03-08 | Add option to disable import-from-derivation completely, even if the drv is a... | Shea Levy | 1 | -0/+2 |
2017-03-06 | Properly set the caFile for aws-sdk-cpp s3 | Shea Levy | 1 | -0/+1 |
2017-02-28 | Support auto-configuration of build-max-jobs | Eelco Dolstra | 1 | -1/+8 |
2017-02-27 | _SC_NPROCESSORS_ONLN -> std::thread::hardware_concurrency() | Eelco Dolstra | 1 | -7/+3 |
2017-02-22 | Explicitly model all settings and fail on unrecognized ones | Dan Peebles | 1 | -33/+115 |
2017-02-16 | Move netrcFile to Settings | Eelco Dolstra | 1 | -19/+17 |
2017-02-08 | Include config.h implicitly with '-include config.h' in CFLAGS | Tuomas Tynkkynen | 1 | -2/+0 |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -3/+3 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -3/+3 |
2016-10-27 | Add nix.conf options for -k and -K | Shea Levy | 1 | -0/+2 |
2016-08-13 | remove old traces of resolve-system-dependencies | Jude Taylor | 1 | -1/+1 |
2016-08-10 | Remove $NIX_DB_DIR | Eelco Dolstra | 1 | -1/+0 |
2016-04-29 | Eliminate the substituter mechanism | Eelco Dolstra | 1 | -13/+0 |
2016-04-25 | Show the log tail when a build fails | Eelco Dolstra | 1 | -1/+0 |
2016-04-25 | Remove --print-build-trace | Eelco Dolstra | 1 | -1/+0 |
2016-04-11 | Remove manifest support | Eelco Dolstra | 1 | -1/+0 |
2016-04-08 | Remove failed build caching | Eelco Dolstra | 1 | -2/+0 |
2015-10-21 | move preBuildHook defaulting to globals.cc | Jude Taylor | 1 | -0/+5 |
2015-07-17 | OCD: foreach -> C++11 ranged for | Eelco Dolstra | 1 | -8/+8 |
2015-06-22 | Make /nix/var/nix/db/reserved bigger | Eelco Dolstra | 1 | -1/+1 |
2015-04-18 | Add the pre-build hook. | Shea Levy | 1 | -0/+1 |
2015-04-18 | Revert "Add the pre-build hook." | Shea Levy | 1 | -1/+0 |
2015-04-16 | Fix using restricted mode with chroots | Eelco Dolstra | 1 | -0/+1 |
2015-04-12 | Add the pre-build hook. | Shea Levy | 1 | -0/+1 |
2015-04-09 | Implement a TTL on cached fetchurl/fetchTarball results | Eelco Dolstra | 1 | -0/+8 |
2015-02-23 | Use chroots for all derivations | Eelco Dolstra | 1 | -2/+0 |
2014-09-17 | Settings: Add bool get() | Eelco Dolstra | 1 | -0/+8 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -3/+3 |
2014-08-04 | Move some options out of globals | Eelco Dolstra | 1 | -4/+8 |
2014-08-04 | Refactor | Eelco Dolstra | 1 | -36/+36 |
2014-08-04 | Add option ‘build-extra-chroot-dirs’ | Eelco Dolstra | 1 | -4/+0 |
2014-08-04 | Make chroot builds easier to set up | Eelco Dolstra | 1 | -0/+3 |
2014-07-25 | nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH substituter | Eelco Dolstra | 1 | -0/+8 |
2014-07-25 | Change the default for use-ssh-substituter to ‘true’ | Eelco Dolstra | 1 | -2/+2 |
2014-07-19 | Revert old useBuildHook behaviour | Eelco Dolstra | 1 | -1/+1 |
2014-07-17 | nix-daemon: Add trusted-users and allowed-users options | Eelco Dolstra | 1 | -0/+4 |
2014-07-16 | Handle case collisions on case-insensitive systems | Eelco Dolstra | 1 | -0/+2 |
2014-07-11 | Allow $NIX_BUILD_HOOK to be relative to Nix libexec directory | Eelco Dolstra | 1 | -1/+1 |
2014-06-27 | allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-eva... | Eelco Dolstra | 1 | -1/+1 |
2014-06-24 | Only add the importNative primop if the allow-arbitrary-code-during-evaluatio... | Shea Levy | 1 | -0/+2 |
2014-05-21 | nix-store -l: Fetch build logs from the Internet | Eelco Dolstra | 1 | -0/+1 |
2014-05-02 | Set build-max-jobs to the number of available cores by default | Eelco Dolstra | 1 | -0/+5 |
2014-05-02 | When running as root, use build users by default | Eelco Dolstra | 1 | -0/+1 |