aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-02Don’t create lockfiles with an invalid path nameregnat
2021-09-01StyleEelco Dolstra
2021-09-01Merge branch 'short-circuit-subst' of https://github.com/Kha/nixEelco Dolstra
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-31Merge pull request #5071 from NixOS/dont-send-xp-features-to-the-daemonEelco Dolstra
2021-08-30TarArchive: Small refactoringEelco Dolstra
2021-08-30Don't segfault if archive_entry_pathname() returns nullEelco Dolstra
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-30Don’t accept experimental features from the clientregnat
2021-08-30TidyRobert Hensing
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-23Merge branch 'fix/subflake-follows-fix' of https://github.com/ArctarusLimited...Eelco Dolstra
2021-08-23Merge pull request #5160 from CertainLach/fix/invalid-characters-in-json-loggerEelco Dolstra
2021-08-22Replace invalid characters in json loggerYaroslav Bolyukin
2021-08-21nix {bundle,run}: drop broken flake attr-path prefixesJan Tojnar
2021-08-21nix develop: Fix `devShells` lookupJan Tojnar
2021-08-17Fix follows paths in subordinate lockfilesAlex Zero
2021-08-16Merge pull request #5134 from pszubiak/fix-pkgconfig-install-pathEelco Dolstra
2021-08-14fix typo in ca-error messageJörg Thalheim
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-1015f4d4f follow upPamplemousse
2021-08-09Merge pull request #5111 from Pamplemousse/cleanEelco Dolstra
2021-08-09libexpr: Squash similar conditionsPamplemousse
2021-08-09Expand docstring of `Store::querySubstitutablePathInfos`Sebastian Ullrich
2021-08-09Merge pull request #5101 from fzakaria/faridzakaria/fix-nix-shellEelco Dolstra
2021-08-09Merge pull request #5104 from andir/refscan-raceEelco Dolstra
2021-08-09Merge pull request #5106 from andir/libstore-waiter-setEelco Dolstra
2021-08-08libstore: use set instead of list for waiter listAndreas Rammhold
2021-08-08Short-circuit querying substituters on successSebastian Ullrich
2021-08-07Fix potential race-condition in reference scanning codeAndreas Rammhold
2021-08-07Whitelist nixConfig.flake-registryAlexander Bantyev
2021-08-06nix-shell --pure: Let it work for any derivationFarid Zakaria
2021-08-06Merge pull request #5075 from andir/libutil-base64-initEelco Dolstra
2021-08-06add antiquotations to pathsTaeer Bar-Yam
2021-08-02fix git init race conditionMichael Fellinger
2021-07-31nix-shell -p: pass --arg values as nixpkgs paramsldesgoui
2021-07-30libutil: initialize the base64 decode array only onceAndreas Rammhold
2021-07-30Remove unused struct in `libstore`Pamplemousse
2021-07-30Don’t send the experimental-features to the daemonregnat
2021-07-28Merge pull request #5042 from alyssais/pthreadEelco Dolstra
2021-07-27nix develop: Support chroot storesEelco Dolstra
2021-07-27Merge pull request #5048 from tweag/flox-eval-storeEelco Dolstra