aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-27Merge pull request #7776 from yorickvP/fix-path-escapes-7707Théophane Hufschmitt
2023-02-27Merge pull request #7913 from fricklerhandwerk/masterEelco Dolstra
2023-02-27add information on the `build-hook` settingValentin Gagarin
2023-02-27tests/fetchGit: add regression test for #7707Yorick van Pelt
2023-02-27fetchTree: convert fs path to url via ParsedURL::to_stringYorick van Pelt
2023-02-27url: make percentEncode stricter, expose and unit test itYorick van Pelt
2023-02-27Revert "getDefaultNixPath: actually respect `{restrict,pure}-eval`"Eelco Dolstra
2023-02-27Revert "Document default `nix-path` value"Eelco Dolstra
2023-02-27Merge pull request #7796 from hercules-ci/fix-7263Théophane Hufschmitt
2023-02-26rl-next: Describe fixed flake outPath semanticsRobert Hensing
2023-02-24Example uses gitlab.com thus clarify the commentAnatol Pomozov
2023-02-24doc: Add test dependencies to prerequisitesRobert Hensing
2023-02-24Add ./configure --disable-tests optionRobert Hensing
2023-02-24Merge pull request #7412 from edolstra/release-processEelco Dolstra
2023-02-23Merge pull request #5753 from obsidiansystems/init-twice-worksRobert Hensing
2023-02-23Clean up daemon handlingJohn Ericson
2023-02-23Make init.sh safe to run twiceJohn Ericson
2023-02-22Merge pull request #7764 from yorickvP/build-remote-warningThéophane Hufschmitt
2023-02-22Merge pull request #7884 from edolstra/fix-staticEelco Dolstra
2023-02-22Merge pull request #7881 from NixOS/thufschmitt-codeowners-shrinkEelco Dolstra
2023-02-22Fix the static buildEelco Dolstra
2023-02-22Remove my CODEOWNER-ship to libstoreThéophane Hufschmitt
2023-02-22flakes: Differentiate `self.outPath` and `self.sourceInfo.outPath`Robert Hensing
2023-02-22flakes: Ensure that `self.outPath == ./.`Robert Hensing
2023-02-21Merge pull request #7875 from obsidiansystems/try-fix-aarch64-staticEelco Dolstra
2023-02-21Fix `isStatic` arguments to `commonDeps`John Ericson
2023-02-21Merge pull request #7874 from obsidiansystems/fix-no-gc-buildThéophane Hufschmitt
2023-02-21Merge pull request #7755 from obsidiansystems/mix-read-only-modeThéophane Hufschmitt
2023-02-21Fix the build without GCJohn Ericson
2023-02-21Merge pull request #7856 from yorickvP/fix-nsswitchThéophane Hufschmitt
2023-02-20Merge pull request #7872 from obsidiansystems/test-derivation-to-jsontomberek
2023-02-20`Derivation::toJSON`: fix bug!John Ericson
2023-02-20Merge pull request #7863 from obsidiansystems/test-derivation-to-jsonRobert Hensing
2023-02-20Merge pull request #7867 from NixOS/hacking-crossRobert Hensing
2023-02-20Make `--read-only` a separate mixinJohn Ericson
2023-02-20Merge pull request #7748 from obsidiansystems/split-other-installablestomberek
2023-02-20Split out `CmdRepl` and `editorFor`John Ericson
2023-02-20Slight cleanup of `InstallablesCommand::load`John Ericson
2023-02-20Split out `InstallableFlake` and `InstallableAttrPath`John Ericson
2023-02-20Merge pull request #6538 from zimbatm/simplify-flakeRobert Hensing
2023-02-20doc/hacking.md: Corrections and additions for crossRobert Hensing
2023-02-20Nix's own flake: Dedup and memoize moreJohn Ericson
2023-02-20Merge pull request #7433 from yorickvP/improv-onboardingThéophane Hufschmitt
2023-02-19Merge pull request #7158 from sternenseemann/foldl-strict-accumulation-valueValentin Gagarin
2023-02-19Test `toJSON` of `DerivationOutput` and `Derivation`John Ericson
2023-02-19Move `Derivation` toJSON logic to libnixstoreJohn Ericson
2023-02-17Wait with making /etc unwritable until after build env setupYorick van Pelt
2023-02-16Document `hasAllInfo`aameen-tulip
2023-02-16Merge pull request #7811 from Et7f3/fix_memory_leaksRobert Hensing
2023-02-16ExprOpHasAttr,ExprSelect,stripIndentation,binds,formals: delete losts objectsEt7f3