aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-25ProgressBar: Fix updatingEelco Dolstra
2019-06-25nix-channel: Don't fetch binary-cache-urlEelco Dolstra
2019-06-25Automatically use --no-net if there are no network interfacesEelco Dolstra
2019-06-25Add "warning" verbosity levelEelco Dolstra
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 abort in fromTOMLEelco Dolstra
2019-06-24Add more fromTOML testsEelco Dolstra
2019-06-20Merge pull request #2963 from backuitist/s3-sdkEelco Dolstra
2019-06-20Nix uses the CPP SDK, not JavaBruno Bieth
2019-06-17Merge pull request #2878 from NixOS/run-in-ptsEelco Dolstra
2019-06-17Merge pull request #2746 from bjornfor/install-multi-user-defaultsEelco 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-15Fix test failures when $TMPDIR changesEelco Dolstra
2019-06-15nix: Support -j flagEelco Dolstra
2019-06-15Merge pull request #2931 from NinjaTrappeur/nin-add-warning-setting-untrustedGraham Christensen
2019-06-15Daemon: warn when an untrusted user cannot override a settingFélix Baylac-Jacqué
2019-06-04Merge pull request #2918 from JorisE/patch-1Eelco Dolstra
2019-06-04Minor typoJorisE
2019-06-01Fix segfault in builtin fetchurl with hashed mirrors + SRI hashesEelco Dolstra
2019-06-01Merge pull request #2910 from worldofpeace/fundingEelco Dolstra
2019-05-31Add .github/FUNDING.ymlworldofpeace
2019-05-31Merge pull request #2905 from ln-nl/patch-1Eelco Dolstra
2019-05-30release-common: fix build with `config.allowAliases = false`ln-nl
2019-05-30Merge pull request #2892 from johannes-climacus/masterEelco Dolstra
2019-05-29Replace `type` with `command -v` in install scriptJohannes Climacus
2019-05-29Enable more fromTOML testsEelco Dolstra
2019-05-29Fix eval-okay-fromTOML testEelco Dolstra
2019-05-29bump cpptoml to v0.1.1Ding Xiang Fei
2019-05-28Iterate over referencesEelco Dolstra
2019-05-28Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nixEelco Dolstra
2019-05-22Merge pull request #2880 from Ma27/document-optional-attrs-with-at-patternEelco Dolstra
2019-05-21doc: clarify that optional attrs in a function argument will be ignored unles...Maximilian Bosch
2019-05-21Merge pull request #2800 from flokli/progress-bar-hide-unknown-expectedEelco Dolstra
2019-05-21Merge pull request #2812 from matthewbauer/fix-nix-scriptsEelco Dolstra
2019-05-17fetchGit -> fetchTarballEelco Dolstra
2019-05-17docs: describe $IN_NIX_SHELL values (#2796)Vladimír Čunát
2019-05-15Don’t set NIX_REMOTE=daemon in daemon profileMatthew Bauer
2019-05-15Sync NIX_PROFILES between single-user and multi-user modesMatthew Bauer
2019-05-15Merge pull request #2810 from NixOS/print-build-logsEelco Dolstra