aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-24Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-24Refactor downloadCached() interfaceEelco Dolstra
2019-06-24Add '--no-net' convenience flagEelco Dolstra
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2019-06-24Downloader: Propagate exceptions from decompressionSink->finish()Eelco Dolstra
2019-06-24CachedDownloadResult: Include store pathEelco Dolstra
2019-06-24downloadCached: Return ETagEelco Dolstra
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2019-06-24Downloader: Propagate exceptions from decompressionSink->finish()Eelco Dolstra
2019-06-24Fix abort in fromTOMLEelco Dolstra
2019-06-23nix doctor: Fix typoEelco Dolstra
2019-06-21Simplify getFlake() / fetchFlake() logicEelco Dolstra
2019-06-21Don't update the global registry when building a locked flakeEelco Dolstra
2019-06-21Handle store symlinks in flake directoriesEelco Dolstra
2019-06-21Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-19Initialize Command::_nameEelco Dolstra
2019-06-18Merge pull request #2937 from CSVdB/fuzzymatching-v2Eelco Dolstra
2019-06-18FuzzyMatching worksNick Van den Broeck
2019-06-18Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-06-18Merge pull request #2951 from NixOS/app-improvementsEelco Dolstra
2019-06-18Merge pull request #2917 from CSVdB/docsEelco Dolstra
2019-06-18Merge pull request #2949 from NixOS/no-netEelco Dolstra
2019-06-18Updated documentationEelco Dolstra
2019-06-18nix flake check: Ignore legacyPackagesEelco Dolstra
2019-06-17nix flake check: Warn about unknown flake outputsEelco Dolstra
2019-06-17nix flake check: Check appsEelco Dolstra
2019-06-17nix flake info --json: Revive enumerating the outputsEelco Dolstra
2019-06-17nix app: Accept argumentsEelco Dolstra
2019-06-17nix app: Search for installable in the 'apps' outputEelco 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-17Add '--no-net' convenience flagEelco Dolstra
2019-06-17Another attempt at getting pseudoterminals to work on macOSEelco Dolstra
2019-06-16Hopefully fix macOS testsEelco Dolstra
2019-06-16Set $TERMEelco Dolstra
2019-06-16Run builds in a pseudo-terminalEelco Dolstra
2019-06-16Style fixEelco Dolstra
2019-06-15nix: Add -L alias for --print-build-logsEelco Dolstra
2019-06-15nix: Support -j flagEelco Dolstra
2019-06-15Daemon: warn when an untrusted user cannot override a settingFélix Baylac-Jacqué
2019-06-13For nixpkgs.<attr>, use legacyPackagesEelco Dolstra
2019-06-12Fix fetchTarball with chroot storesEelco Dolstra
2019-06-11writeRegistry(): Write correct versionEelco Dolstra
2019-06-07Disable EvalCache in impure modeEelco Dolstra
2019-06-07Add flake evaluation cacheEelco Dolstra
2019-06-05Just enable hack on macOSMatthew Bauer
2019-06-05Move flake-related stuff to src/libexpr/flakeEelco Dolstra
2019-06-05Handle SIGWINCH in main threadMatthew Bauer
2019-06-04Shorter syntax for referencing flake outputsEelco Dolstra