aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2020-06-11Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-11Merge pull request #3073 from tweag/machine-logsEelco Dolstra
2020-06-10Merge pull request #3655 from zimbatm/hash-encoding-prepareEelco Dolstra
2020-06-08Move progress-bar.cc to libmainregnat
2020-06-08Unify the printing of the logs between bar-with-logs and rawregnat
2020-06-08Make the logger customisableregnat
2020-06-05Fix log-prefix of `nix build -L`Eelco Dolstra
2020-06-04Make 'nix dev-shell' a deprecated alias for 'nix develop'Eelco Dolstra
2020-06-04Rename 'nix dev-shell' to 'nix develop'Eelco Dolstra
2020-06-03Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-03libutils/hash: remove default encodingzimbatm
2020-06-02elide the 'ErrorInfo' in logError and logWarning callsBen Burdette
2020-05-29Remove addToStore variant as requested by `FIXME`John Ericson
2020-05-29Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-05-27Use `FileIngestionMethod` for `nix hash`John Ericson
2020-05-27Don’t use FileIngestionMethod for StorePathsCommandMatthew Bauer
2020-05-26Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethodCarlo Nucera
2020-05-15Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-05-13change status messages to info levelBen Burdette
2020-05-12nix: Don't require --experimental-features=nix-command for some subcommandsEelco Dolstra
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-06todo removalBen Burdette
2020-05-06Merge pull request #3570 from Mic92/nix-searchDomen Kožar
2020-05-06nix/search: no error for empty search results if json is enabledJörg Thalheim
2020-05-06Merge pull request #3546 from guibou/nix_readfile_on_0_sized_filesEelco Dolstra
2020-05-06Merge pull request #3557 from Ma27/nix-repl-helpEelco Dolstra
2020-05-05nix doctor: ConsistencyEelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-05-03convert some printError calls to logErrorBen Burdette
2020-05-01Improve help-message for nix-replMaximilian Bosch
2020-05-01Fix buildEelco Dolstra
2020-05-01rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-04-30logErrorBen Burdette
2020-04-30typoBen Burdette
2020-04-30nix dev-shell: Unset shellHookEelco Dolstra
2020-04-30nix dev-shell: Support structured attrsEelco Dolstra
2020-04-30nix dev-shell: Refactor script for getting the environmentEelco Dolstra
2020-04-29Remove the `drain` argument from `readFile`Guillaume Bouchard
2020-04-28rename to NIX_GCROOTMatthew Kenigsberg
2020-04-27commentMatthew Kenigsberg
2020-04-27Set GCROOT to store path to prevent garbage collectionMatthew Kenigsberg
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-19logEI for tunnelLogger and progressbarBen Burdette
2020-04-17logError, logWarning; Logger functions; switch to Verbosity enumBen Burdette
2020-04-16Use Logger::stdout()Eelco Dolstra
2020-04-16Logger: Add method for writing to stdoutEelco Dolstra
2020-04-16Use RootValueEelco Dolstra
2020-04-13SourceExprCommand: allocate the vSourceExpr via uncollectable memoryAndreas Rammhold
2020-04-08datatransfer.{cc,hh} -> filetransfer.{cc,hh}Nikola Knezevic