index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
main.cc
Age
Commit message (
Expand
)
Author
2020-06-08
Make the logger customisable
regnat
2020-06-04
Make 'nix dev-shell' a deprecated alias for 'nix develop'
Eelco Dolstra
2020-05-12
nix: Don't require --experimental-features=nix-command for some subcommands
Eelco Dolstra
2020-05-05
nix --help: Group commands
Eelco Dolstra
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
DownloadSettings -> DataTransferSettings
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2020-03-24
Fix --refresh with --no-net
Eelco Dolstra
2020-03-24
nix: Add --refresh as an alias for --tarball-ttl 0
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Shut up clang warning
Eelco Dolstra
2019-12-05
Move Command and MultiCommand to libutil
Eelco Dolstra
2019-12-05
MultiCommand: Simplify construction
Eelco Dolstra
2019-11-01
include netinet/in.h in src/nix/main.cc
ng0
2019-10-21
Add experimental-features setting
Eelco Dolstra
2019-06-28
Fix macOS build failure
Eelco Dolstra
2019-06-25
Automatically use --no-net if there are no network interfaces
Eelco Dolstra
2019-06-25
Add "warning" verbosity level
Eelco Dolstra
2019-06-15
nix: Add -L alias for --print-build-logs
Eelco Dolstra
2019-05-15
nix: Add --print-build-logs flag
Eelco Dolstra
2018-10-26
Merge all nix-* binaries into nix
Eelco Dolstra
2018-08-30
nix: Remove the -h flag
Eelco Dolstra
2018-05-30
Modularize config settings
Eelco Dolstra
2018-02-08
Add plugins to make Nix more extensible.
Shea Levy
2018-01-31
Add 'nix upgrade-nix' command
Eelco Dolstra
2017-11-14
Make config options available to legacy commands
Eelco Dolstra
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-08-29
nix edit / log: Operate on a single Installable
Eelco Dolstra
2017-08-29
nix run: Flush the progress bar before starting the command
Eelco Dolstra
2017-08-29
nix run: Fix chroot execution
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-14
nix: Show help when no arguments are given
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-16
Improve progress indicator
Eelco Dolstra
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
2017-04-08
Process nix.conf options in "new" nix commands, add test.
Will Dietz
2016-04-25
nix: Disable verbose builds
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-03-04
Add warning about "nix" being experimental
Eelco Dolstra
2016-02-09
Start of new Nix command-line interface
Eelco Dolstra