Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-19 | tests: Test `.config` stays clean with XDG_CONFIG_HOME set | Samuel Dionne-Riel | |
2021-03-19 | tests/config: Fix config test configuration | Samuel Dionne-Riel | |
First, "XDG_CONFIG_HOME" shouldn't be named "home", as it may be confusing compared with `$HOME`, which an upcoming test will be using. Then, using a fixed location for the test is problematic. Use `$TEST_ROOT` instead. | |||
2020-10-21 | Add NIX_CONFIG env var for applying nix.conf overrides | Christian Kampka | |
2020-04-14 | add NIX_USER_CONF_FILES | zimbatm | |
Motivation: maintain project-level configuration files. Document the whole situation a bit better so that it corresponds to the implementation, and add NIX_USER_CONF_FILES that allows overriding which user files Nix will load during startup. |