aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2021-08-25Don't overwrite user provided `lib*_LDFLAGS`Pamplemousse
2021-08-13Install pkg-config files in the correct locationPiotr Szubiakowski
2021-08-1015f4d4f follow upPamplemousse
2021-08-09Merge pull request #5111 from Pamplemousse/cleanEelco Dolstra
2021-08-09Expand docstring of `Store::querySubstitutablePathInfos`Sebastian Ullrich
2021-08-09Merge pull request #5104 from andir/refscan-raceEelco 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-07-30Remove unused struct in `libstore`Pamplemousse
2021-07-30Don’t send the experimental-features to the daemonregnat
2021-07-26Revert no longer necessary changeEelco Dolstra
2021-07-26Low-latency closure copyEelco Dolstra
2021-07-22RemoteStore::buildPaths(): Handle evalStoreEelco Dolstra
2021-07-22Remove redundant RealisedPath::closure() callEelco Dolstra
2021-07-22buildPaths(): Add an evalStore argumentEelco Dolstra
2021-07-22copyPaths: Pass store by referenceEelco Dolstra
2021-07-22Use eval-store in more placesEelco Dolstra
2021-07-22DummyStore: Remove redundant methodEelco Dolstra
2021-07-22nix-build: Copy drv closure between eval store and build storeEelco Dolstra
2021-07-22Hacky fast closure copying mechanismEelco Dolstra
2021-07-22Downgrade warning messageEelco Dolstra
2021-07-21Tweak --no/use-registries doc stringsEelco Dolstra
2021-07-21Merge branch 'balsoft/no-registries' of https://github.com/serokell/nixEelco Dolstra
2021-07-20Properly lock the builds of CA derivationsregnat
2021-07-16Add use-registries config option (and deprecate --no-registries flag)Alexander Bantyev
2021-07-16Be more lenient when realisations have a conflicting dependency setregnat
2021-07-15Forward the whole Nix config to the post-build-hookregnat
2021-07-13Merge pull request #5006 from illustris/nscdEelco Dolstra
2021-07-13fixed output derivations: fix incorrect responses for getpwuidillustris
2021-07-12StyleEelco Dolstra
2021-07-12Merge branch 'structured-attrs-shell' of https://github.com/Ma27/nixEelco Dolstra
2021-07-12Merge branch 'master' into structured-attrs-shellMaximilian Bosch
2021-07-12Error -> UsageErrorEelco Dolstra
2021-07-12Merge branch 'days' of https://github.com/nielsegberts/nixEelco Dolstra
2021-07-11Throw on unexpected input for --delete-older-thanNiels Egberts
2021-07-09FormattingEelco Dolstra
2021-07-08Merge pull request #4935 from alyssais/host_osEelco Dolstra
2021-07-05Merge pull request #4938 from tomcur/store-uri-parsingEelco Dolstra
2021-06-28Merge pull request #4942 from NixOS/ca/remove-lock-filesEelco Dolstra
2021-06-28Merge pull request #4937 from NixOS/ca/make-the-tests-usefulEelco Dolstra
2021-06-24Eventually delete the CA paths lock filesregnat
2021-06-24Perform input rewrites only in LocalDerivationGoalMaximilian Bosch
2021-06-24Make CA derivations compatible with recursive Nixregnat
2021-06-24Make the post-build-hook also run for unresolved CA derivationsregnat
2021-06-23Improve machine store URI parsingThomas Churchman
2021-06-23Apply OS checks to host platform, not buildAlyssa Ross
2021-06-23Assert that compatible realisations have the same dependenciesregnat
2021-06-23Display the diverging paths in case of a realisation mismatchregnat
2021-06-23Fix indentationregnat