aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-22Merge pull request #4729 from alarsyo/fix-flake-doc-typoEelco Dolstra
2021-04-22libutil: allow decompression with none/empty methodLuke Granger-Brown
2021-04-22Fix typo in flake docAntoine Martin
2021-04-21Get deriver when passing --derivationMatthew Bauer
2021-04-21Make `nix shell` fallback to static outputs when neededregnat
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-13libexpr/primops: reviewMaximilian Bosch
2021-04-13primops/libexpr: use new attr-call extractor everywhere; use function's pos i...Maximilian Bosch
2021-04-13libexpr/primops: Move attr name extraction into its own functionMaximilian Bosch
2021-04-13libexpr: misc improvements for proper error positionMaximilian Bosch
2021-04-13primops/derivation: use position of currently evaluated attributeMaximilian Bosch
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