Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -1/+1 |
2017-06-07 | Don't show flags from config settings in "nix --help" | Eelco Dolstra | 1 | -8/+21 |
2017-06-07 | nix: Make all options available as flags | Eelco Dolstra | 1 | -0/+25 |
2017-05-03 | Fix build on gcc 4.9 | Eelco Dolstra | 1 | -2/+2 |
2017-04-28 | Hopefully fix the Darwin build | Eelco Dolstra | 1 | -0/+1 |
2017-04-20 | Improve nix show-config --json | Eelco Dolstra | 1 | -0/+38 |
2017-04-20 | Setting: Remove "Tag" template argument | Eelco Dolstra | 1 | -32/+21 |
2017-04-20 | Read per-user settings from ~/.config/nix/nix.conf | Eelco Dolstra | 1 | -2/+11 |
2017-04-14 | Fix 32-bit build | Eelco Dolstra | 1 | -1/+3 |
2017-04-13 | Convert Settings to the new config system | Eelco Dolstra | 1 | -21/+83 |
2017-04-13 | Support arbitrary numeric types for settings | Eelco Dolstra | 1 | -4/+17 |
2017-04-13 | Validate Boolean settings better | Eelco Dolstra | 1 | -1/+6 |
2017-04-13 | Add a Config class to simplify adding configuration settings | Eelco Dolstra | 1 | -0/+112 |