aboutsummaryrefslogtreecommitdiff
path: root/src/nix/main.cc
AgeCommit message (Expand)Author
2020-06-08Make the logger customisableregnat
2020-06-04Make 'nix dev-shell' a deprecated alias for 'nix develop'Eelco Dolstra
2020-05-12nix: Don't require --experimental-features=nix-command for some subcommandsEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-04-08datatransfer.{cc,hh} -> filetransfer.{cc,hh}Nikola Knezevic
2020-04-08DataTransfer -> FileTransferNikola Knezevic
2020-04-08DownloadSettings -> DataTransferSettingsNikola Knezevic
2020-04-08Rename src/lib/download.* to src/lib/datatransfer.*Nikola Knezevic
2020-03-24Fix --refresh with --no-netEelco Dolstra
2020-03-24nix: Add --refresh as an alias for --tarball-ttl 0Eelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Shut up clang warningEelco Dolstra
2019-12-05Move Command and MultiCommand to libutilEelco Dolstra
2019-12-05MultiCommand: Simplify constructionEelco Dolstra
2019-11-01include netinet/in.h in src/nix/main.ccng0
2019-10-21Add experimental-features settingEelco Dolstra
2019-06-28Fix macOS build failureEelco Dolstra
2019-06-25Automatically use --no-net if there are no network interfacesEelco Dolstra
2019-06-25Add "warning" verbosity levelEelco Dolstra
2019-06-15nix: Add -L alias for --print-build-logsEelco Dolstra
2019-05-15nix: Add --print-build-logs flagEelco Dolstra
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-08-30nix: Remove the -h flagEelco Dolstra
2018-05-30Modularize config settingsEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-01-31Add 'nix upgrade-nix' commandEelco Dolstra
2017-11-14Make config options available to legacy commandsEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-08-29nix edit / log: Operate on a single InstallableEelco Dolstra
2017-08-29nix run: Flush the progress bar before starting the commandEelco Dolstra
2017-08-29nix run: Fix chroot executionEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-14nix: Show help when no arguments are givenEelco Dolstra
2017-06-07Don't show flags from config settings in "nix --help"Eelco Dolstra
2017-06-07nix: Add --help-config flagEelco Dolstra
2017-06-07nix: Make all options available as flagsEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-04-08Process nix.conf options in "new" nix commands, add test.Will Dietz
2016-04-25nix: Disable verbose buildsEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-03-04Add warning about "nix" being experimentalEelco Dolstra
2016-02-09Start of new Nix command-line interfaceEelco Dolstra