aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-20Fix brotli compression of files > 128 KiBEelco Dolstra
2021-04-20Merge pull request #4720 from alyssais/waitEelco Dolstra
2021-04-19Merge pull request #4688 from Ma27/force-reevaluationEelco Dolstra
2021-04-19Include sys/wait.h everywhere WIFEXITED etc is usedAlyssa Ross
2021-04-19libcmd/installables: force re-evaluation of cached failuresMaximilian Bosch
2021-04-15Merge branch 'build-with-strictDeps' of https://github.com/hercules-ci/nixEelco Dolstra
2021-04-15Merge pull request #4679 from ony/feature/one-pass-canon-pathEelco Dolstra
2021-04-15Drop unused tar dependencyEelco Dolstra
2021-04-15Drop libbz2 / zlib / lzma dependency + style fixesEelco Dolstra
2021-04-15Merge branch 'libarchive-decompress' of https://github.com/serokell/nixEelco Dolstra
2021-04-15Merge branch 'revertRemoveJSON' of https://github.com/cgohla/nixEelco Dolstra
2021-04-14Merge pull request #4707 from grahamc/defaul-path-restricted-evalEelco Dolstra
2021-04-14Merge pull request #4708 from NixOS/fix-remote-registerDrvOutputEelco Dolstra
2021-04-13Merge pull request #4 from domenkozar/libcompress-testsYorick
2021-04-13Fix registerDrvOutput with the daemonregnat
2021-04-12EvalSettings::getDefaultNixPath: respect {restrict,pure}EvalGraham Christensen
2021-04-12Merge pull request #4706 from NixOS/dependabot/github_actions/cachix/cachix-a...Domen Kožar
2021-04-12Bump cachix/cachix-action from v9 to v10dependabot[bot]
2021-04-09add tests for zstd compressionDomen Kožar
2021-04-09Revert "libfetchers/tarball: Lock on effectiveUrl"Eelco Dolstra
2021-04-07Restore stack size in child processesEelco Dolstra
2021-04-07restoreSignals() + restoreAffinity() -> restoreProcessContext()Eelco Dolstra
2021-04-07PathSubstitutionGoal: Clean up pipeEelco Dolstra
2021-04-05Revert "[prerequisites]: add JSON lib dependency"Björn Gohla
2021-04-05Revert "Use upstream nlohmann_json"Björn Gohla
2021-04-05Merge pull request #4594 from obsidiansystems/lots-of-buildableEelco Dolstra
2021-04-05Document the derived path types.John Ericson
2021-04-05buildable.{cc,hh} -> derived-path.{cc,hh}John Ericson
2021-04-05Make `DerivedPathWithHints` a newtypeJohn Ericson
2021-04-05Rename BuildableJohn Ericson
2021-04-05"newtype" BuildableReqJohn Ericson
2021-04-05No templates for `Buildable` and `BuildableReq`John Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-04-05Move `StorePathWithOutput` utilities out of store classJohn Ericson
2021-04-05Move `StorePathWithOutputs` into its own header/fileJohn Ericson
2021-04-05Pull out Buildable into its own file/header in libnixstoreJohn Ericson
2021-04-04Merge pull request #4685 from NixOS/bump-actionsEelco Dolstra
2021-04-03bump actionsDomen Kožar
2021-04-02Merge pull request #4684 from cgohla/patch-1Eelco Dolstra
2021-04-01[prerequisites]: add JSON lib dependencyBjörn Gohla
2021-03-31flake.nix: Make the sandbox tests work againRobert Hensing
2021-03-31tests/*: show when tests are skippedRobert Hensing
2021-03-31flake.nix: Build nix with strictDeps = trueRobert Hensing
2021-03-31canonPath in one passMykola Orliuk
2021-03-30Merge pull request #4676 from bjornfor/fix-fetchgit-ref-headEelco Dolstra
2021-03-30tests: check that builtins.fetchGit { ..., ref = "HEAD"; } worksBjørn Forsman
2021-03-30fetchGit: don't prefix "refs/heads/" on ref = "HEAD"Bjørn Forsman
2021-03-29Merge pull request #4239 from tweag/test-against-old-daemonEelco Dolstra
2021-03-29nixpkgs/master compatibilityEelco Dolstra
2021-03-26LocalBinaryCacheStore::upsertFile(): Fix raceEelco Dolstra