aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2021-09-27Don't copy in rethrowEelco Dolstra
2021-09-24Merge pull request #5253 from edolstra/flake-ifdEelco Dolstra
2021-09-22Revert "Merge pull request #4922 from nrdxp/default-submodules"Eelco Dolstra
2021-09-22Don't cache realiseContext() errorsEelco Dolstra
2021-09-21Set input parent at construction timeEelco Dolstra
2021-09-16Include subpath in flake fingerprintGeoff Reedy
2021-09-15Merge pull request #5257 from edolstra/dirty-lock-fileEelco Dolstra
2021-09-15Merge branch 'mh/fix-chroot-eval' of https://github.com/obsidiansystems/nixEelco Dolstra
2021-09-15If we can't write a lock file, pretend the top-level flake is dirtyEelco Dolstra
2021-09-15Revert "Disallow reading flake.lock"Eelco Dolstra
2021-09-14Disallow reading flake.lockEelco Dolstra
2021-09-14Merge pull request #5240 from edolstra/builtin-helpEelco Dolstra
2021-09-13hashFile, hashString: realize context before calculation, and discard afterwardskvtb
2021-09-13nix --help: Display help using lowdown instead of manEelco Dolstra
2021-09-08Merge pull request #5215 from ncfavier/patch-1Eelco Dolstra
2021-09-07Merge pull request #4922 from nrdxp/default-submodulesShea Levy
2021-09-05Fix use-registries logic in builtins.getFlakeNaïm Favier
2021-09-01Merge pull request #5066 from Radvendii/masterEelco Dolstra
2021-08-31fix parse of `/${foo}`. was `// + foo`Taeer Bar-Yam
2021-08-31path antiquotations: canonizePath -> canonicalizePathTaeer Bar-Yam
2021-08-30Merge pull request #5175 from Pamplemousse/makeEelco Dolstra
2021-08-30Merge pull request #5191 from hercules-ci/evalstate-lifetime-hygieneEelco Dolstra
2021-08-29Fix use after free with vImportedDrvToDerivationRobert Hensing
2021-08-29Move vCallFlake into EvalStateRobert Hensing
2021-08-29Force all Pos* to be non-nullRobert Hensing
2021-08-25Don't overwrite user provided `lib*_LDFLAGS`Pamplemousse
2021-08-23Coding styleEelco Dolstra
2021-08-17Fix follows paths in subordinate lockfilesAlex Zero
2021-08-13Install pkg-config files in the correct locationPiotr Szubiakowski
2021-08-11In flake lock file diffs, show the last-modified date of inputs if availableEelco Dolstra
2021-08-09Merge pull request #5111 from Pamplemousse/cleanEelco Dolstra
2021-08-09libexpr: Squash similar conditionsPamplemousse
2021-08-07Whitelist nixConfig.flake-registryAlexander Bantyev
2021-08-06add antiquotations to pathsTaeer Bar-Yam
2021-08-05Use the store path as the context of the result of fetchTree, not the real pathMadeline Haraj
2021-07-28Merge pull request #5042 from alyssais/pthreadEelco Dolstra
2021-07-27Merge pull request #5048 from tweag/flox-eval-storeEelco Dolstra
2021-07-26libexpr: Remove unused codePamplemousse
2021-07-24Enable pthreads for new librariesAlyssa Ross
2021-07-22Support --eval-store in nix-instantiate and nix-buildEelco Dolstra
2021-07-22Add --eval-store optionEelco Dolstra
2021-07-21Avoid global countersPamplemousse
2021-07-21Merge branch 'balsoft/no-registries' of https://github.com/serokell/nixEelco Dolstra
2021-07-19Rename findDerivationFilename -> findPackageFilenameRobert Hensing
2021-07-16Add use-registries config option (and deprecate --no-registries flag)Alexander Bantyev
2021-07-15Merge pull request #5011 from Pamplemousse/fix_adjustLocEelco Dolstra
2021-07-14libexpr: Fix read out-of-bound on the heapPamplemousse
2021-07-09toString also coerces a set with an outPath attribute to a stringNiels Egberts
2021-07-09Merge pull request #4995 from NixOS/fetchgit-name-attributeEelco Dolstra
2021-07-08Restore the possibility to use a `name` parameter in fetchGitregnat