index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
config.hh
Age
Commit message (
Expand
)
Author
2024-08-25
Thread `ApplyConfigOptions` through config parsing
Rebecca Turner
2024-08-21
libutil/config: unify path setting types
Alois Wohlschlager
2024-08-18
libutil: Optimize feature checks
piegames
2024-08-17
libexpr: Deprecate URL literals
piegames
2024-08-17
libexpr: Introduce Deprecated features
piegames
2024-08-09
libutil: allow marking settings as deprecated
eldritch horrors
2024-06-01
chore: rebrand Nix to Lix when it makes sense
Raito Bezarius
2024-04-11
docs: redo content generation for mdbook and manual
eldritch horrors
2024-04-07
Add `PathsSetting`
Rebecca Turner
2024-03-04
Merge pull request #9233 from bouk/bouk/apply-config-inner
eldritch horrors
2024-03-04
Merge pull request #9299 from tfc/config-improvements
eldritch horrors
2024-03-04
Merge pull request #9191 from tfc/libutil-implementation
eldritch horrors
2023-06-18
Split `OptionalPathSetting` from `PathSetting`
John Ericson
2023-04-17
Fix some issues with experimental config settings
John Ericson
2023-04-11
Nitpicks
Eelco Dolstra
2023-04-06
Describe active experimental features in the contributing guide
John Ericson
2023-04-06
Link the new general documentation on xp features on the setting
John Ericson
2023-04-04
Assemble experimental feature docs outside of Nix itself
John Ericson
2023-04-02
Merge remote-tracking branch 'upstream/master' into list-experimental-features
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2023-03-27
Documentation: list experimental features in manual
Noah Snelson
2023-03-20
Mark experimental features on settings
John Ericson
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2022-10-22
Fix C++20 warnings
Graham Bennett
2021-12-01
reproducibility: hide non-reproducible settings from manual
Arthur Gautier
2021-09-22
Make setDefault() typed
Eelco Dolstra
2021-07-15
Forward the whole Nix config to the post-build-hook
regnat
2021-03-26
Fix some typos
Eelco Dolstra
2020-10-29
Generalize extra-* settings
Eelco Dolstra
2020-09-16
Don't include nlohmann/json.hpp in config.hh
regnat
2020-09-16
Include the full nlohmann/json header in config.hh
regnat
2020-09-16
Add a default value for the settings
regnat
2020-09-16
Complete the `toJSON` instance for `Setting<T>`
regnat
2020-08-20
Config: Use nlohmann/json
Eelco Dolstra
2020-06-16
Add another missing #include
John Ericson
2020-05-27
config.hh: Add documentation
Andreas Rammhold
2020-05-27
config.cc: extract parts of applyConfigFile into applyConfig
Andreas Rammhold
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
2017-11-21
Propagate flags like --sandbox to the daemon properly
Eelco Dolstra
2017-06-07
Don't show flags from config settings in "nix --help"
Eelco Dolstra
2017-06-07
nix: Add --help-config flag
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-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
[next]