index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
globals.cc
Age
Commit message (
Expand
)
Author
2020-09-16
Complete the `toJSON` instance for `Setting<T>`
regnat
2020-08-20
Config: Use nlohmann/json
Eelco Dolstra
2020-07-03
Shorten the path to the test root
regnat
2020-05-12
Show hint how to enable experimental features
Eelco Dolstra
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-04-14
add NIX_USER_CONF_FILES
zimbatm
2020-03-20
sandbox: fix /bin/sh on catalina
Daiderd Jordan
2020-03-20
libstore: relax default sandbox-paths on darwin
Daiderd Jordan
2020-01-13
unbreak build without pch
John Ericson
2019-12-21
Disable use-sqlite-wal under WSL
Brian McKenna
2019-12-17
Add priority setting to stores
Eelco Dolstra
2019-12-02
Merge remote-tracking branch 'origin/recursive-nix'
Eelco Dolstra
2019-11-26
Add feature to disable URL literals
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-11-06
Enable recursive Nix using a feature
Eelco Dolstra
2019-10-21
Add experimental-features setting
Eelco Dolstra
2018-10-31
config: use all of XDG_CONFIG_DIRS
Linus Heckemann
2018-09-28
Check requiredSystemFeatures for local builds
Eelco Dolstra
2018-05-30
Modularize config settings
Eelco Dolstra
2018-04-11
initPlugins: Fix dlopen error message.
Shea Levy
2018-02-19
Merge branch 'register-settings' of https://github.com/shlevy/nix
Eelco Dolstra
2018-02-15
Set backup MANPATH in case man path isn’t set correctly.
Matthew Bauer
2018-02-13
Allow plugins to define new settings.
Shea Levy
2018-02-13
Enable specifying directories in plugin-files.
Shea Levy
2018-02-08
Add plugins to make Nix more extensible.
Shea Levy
2017-11-21
Propagate flags like --sandbox to the daemon properly
Eelco Dolstra
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-10-24
Remove the builder-files option
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-06-12
Provide a builtin default for $NIX_SSL_CERT_FILE
Eelco Dolstra
2017-06-07
Don't show flags from config settings in "nix --help"
Eelco Dolstra
2017-06-07
nix: Make all options available as flags
Eelco Dolstra
2017-05-15
Add --with-sandbox-shell configure flag
Eelco Dolstra
2017-05-02
Replace $NIX_REMOTE_SYSTEMS with an option "builder-files"
Eelco Dolstra
2017-04-20
Improve nix show-config --json
Eelco Dolstra
2017-04-20
Setting: Remove "Tag" template argument
Eelco Dolstra
2017-04-20
Read per-user settings from ~/.config/nix/nix.conf
Eelco Dolstra
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
2017-04-13
Merge branch 'rework-options' of https://github.com/copumpkin/nix
Eelco Dolstra
2017-03-30
Add exec primop behind allow-unsafe-native-code-during-evaluation.
Shea Levy
2017-03-15
Store: Add a method for getting build logs
Eelco Dolstra
2017-03-08
Add option to disable import-from-derivation completely, even if the drv is a...
Shea Levy
2017-03-06
Properly set the caFile for aws-sdk-cpp s3
Shea Levy
2017-02-28
Support auto-configuration of build-max-jobs
Eelco Dolstra
2017-02-27
_SC_NPROCESSORS_ONLN -> std::thread::hardware_concurrency()
Eelco Dolstra
2017-02-22
Explicitly model all settings and fail on unrecognized ones
Dan Peebles
2017-02-16
Move netrcFile to Settings
Eelco Dolstra
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
[next]