aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2020-05-28Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...John Ericson
2020-05-27Use `FileIngestionMethod` for `nix hash`John Ericson
2020-05-27Don’t use FileIngestionMethod for StorePathsCommandMatthew Bauer
2020-05-26Change syntax for CICarlo Nucera
2020-05-26Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...Carlo Nucera
2020-05-26Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethodCarlo Nucera
2020-05-12nix: Don't require --experimental-features=nix-command for some subcommandsEelco Dolstra
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-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-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-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
2020-04-08DataTransfer -> FileTransferNikola Knezevic
2020-04-08actDownload -> actDataTransferNikola Knezevic
2020-04-08{get,make,new}Downloader -> DataTransferNikola Knezevic
2020-04-08DownloadSettings -> DataTransferSettingsNikola Knezevic
2020-04-08Rename src/lib/download.* to src/lib/datatransfer.*Nikola Knezevic
2020-04-08DownloadRequest -> DataTransferRequestNikola Knezevic
2020-04-08Merge pull request #3477 from Ninlives/nix-run-using-envEelco Dolstra
2020-04-07`nix run` using $SHELL as default commandmlatus
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-03-31nix shell -> nix dev-shellEelco Dolstra
2020-03-30Merge remote-tracking branch 'upstream/master' into enum-FileIngestionMethodJohn Ericson
2020-03-30Backport 'nix dev-shell' from the flakes branchEelco Dolstra
2020-03-30Store parsed hashes in `DerivationOutput`John Ericson
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-29Replace some `bool recursive` with a new `FileIngestionMethod` enumJohn Ericson
2020-03-24Fix --refresh with --no-netEelco Dolstra
2020-03-24nix: Add --refresh as an alias for --tarball-ttl 0Eelco Dolstra
2020-03-24nix path-info --json: Print hash in SRI formatEelco Dolstra
2020-03-24Pretty-print 'nix why-depends' / 'nix-store -q --tree' outputEelco Dolstra
2020-03-24nix edit: Support non-derivation attributesEelco Dolstra
2020-03-24findAlongAttrPath(): Return positionEelco Dolstra