aboutsummaryrefslogtreecommitdiff
path: root/src/nix/main.cc
AgeCommit message (Expand)Author
2020-04-09Merge remote-tracking branch 'origin/master' into flakesEelco 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
2020-01-28Fix --refresh with --no-netEelco Dolstra
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco 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-12-02nix: Add --refresh as an alias for --tarball-ttl 0Eelco Dolstra
2019-11-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-11-01include netinet/in.h in src/nix/main.ccng0
2019-10-21Add experimental-features settingEelco Dolstra
2019-10-16Add experimental-features settingEelco Dolstra
2019-07-06Merge remote-tracking branch 'origin/master' into flakesEelco 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-18Merge pull request #2949 from NixOS/no-netEelco Dolstra
2019-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-06-17Automatically use --no-net if there are no network interfacesEelco Dolstra
2019-06-17Add "warning" verbosity levelEelco Dolstra
2019-06-15nix: Add -L alias for --print-build-logsEelco Dolstra
2019-05-15Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-05-15nix: Add --print-build-logs flagEelco Dolstra
2019-04-19Shut up clang warningEelco Dolstra
2019-02-12nix: Enable pure mode by defaultEelco Dolstra
2019-02-11Move Command and MultiCommand to libutilEelco Dolstra
2019-02-11MultiCommand: Simplify constructionEelco 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