aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-08Merge branch 'fix-3976' of https://github.com/mkenigs/nixEelco Dolstra
2021-09-08Add missing include in util.ccNaïm Favier
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-02Add FIXMEEelco Dolstra
2021-09-02Don't use read-only mode for nix build --dry-runGeorges Dubus
2021-09-02parseInstallables(): Parse store paths as store pathsEelco Dolstra
2021-09-02Merge pull request #5203 from NixOS/fix-invalid-lockfile-namesEelco Dolstra
2021-09-02Docs: Fix syntax error in json example in man pageLucas Hoffmann
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-19nix develop --phase: chdir to flake directoryMatthew Kenigsberg
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