Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-13 | Convert Settings to the new config system | Eelco Dolstra | 1 | -1/+0 | |
This makes all config options self-documenting. Unknown or unparseable config settings and --option flags now cause a warning. | |||||
2017-04-08 | Process nix.conf options in "new" nix commands, add test. | Will Dietz | 1 | -0/+1 | |
Without this (minor) change, the options set using "--option" or read from nix.conf were parsed but not used. | |||||
2016-04-25 | nix: Disable verbose builds | Eelco Dolstra | 1 | -0/+2 | |
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -0/+3 | |
This also gets rid of --log-type, since the nested log type isn't useful in a multi-threaded situation, and nobody cares about the "pretty" log type. | |||||
2016-03-04 | Add warning about "nix" being experimental | Eelco Dolstra | 1 | -0/+1 | |
2016-02-09 | Start of new Nix command-line interface | Eelco Dolstra | 1 | -0/+55 | |