index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
config.cc
Age
Commit message (
Expand
)
Author
2020-09-16
Don't include nlohmann/json.hpp in config.hh
regnat
2020-09-16
Complete the `toJSON` instance for `Setting<T>`
regnat
2020-08-20
Allow 'nix' subcommands to provide docs in Markdown format
Eelco Dolstra
2020-08-20
List deprecated option aliases in the docs
Eelco Dolstra
2020-08-20
Config: Use nlohmann/json
Eelco Dolstra
2020-08-19
Generate the nix.conf docs from the source code
Eelco Dolstra
2020-05-27
config.cc: extract parts of applyConfigFile into applyConfig
Andreas Rammhold
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2019-12-17
Add priority setting to stores
Eelco Dolstra
2018-05-30
Modularize config settings
Eelco Dolstra
2018-02-19
Config::handleUnknownSettings(): Remove unused 'fatal' argument
Eelco Dolstra
2018-02-13
Allow plugins to define new settings.
Shea Levy
2018-02-13
Allow includes from nix.conf
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-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
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-03
Fix build on gcc 4.9
Eelco Dolstra
2017-04-28
Hopefully fix the Darwin build
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-14
Fix 32-bit build
Eelco Dolstra
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
2017-04-13
Support arbitrary numeric types for settings
Eelco Dolstra
2017-04-13
Validate Boolean settings better
Eelco Dolstra
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra