aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/local-derivation-goal.cc
AgeCommit message (Expand)Author
2021-11-19Fix build warnings on MacOSAlex Shabalin
2021-11-16Merge pull request #5472 from NixOS/async-realisation-substitutionEelco Dolstra
2021-11-12TypoEelco Dolstra
2021-11-09Merge pull request #5494 from tweag/balsoft/allow-references-in-addPathEelco Dolstra
2021-11-09addToStore, addToStoreFromDump: refactor: pass refs by const referenceAlexander Bantyev
2021-11-03Expose an async interface for `queryRealisation`regnat
2021-10-28Merge remote-tracking branch 'origin/master' into non-blocking-gcEelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-10-23addToStore, addToStoreFromDump: add references argumentAlexander Bantyev
2021-10-13Non-blocking garbage collectorEelco Dolstra
2021-10-11(partially) Revert "Don't copy in rethrow"regnat
2021-10-06Don't reset the logger in a vforkEelco Dolstra
2021-10-05Add FIXME about ptsnameEelco Dolstra
2021-10-04scanForReferences(): Use a StorePathSetEelco Dolstra
2021-10-01local-derivation-goal.cc: downgrade "warning: rewriting hashes in..." down to...Sergei Trofimovich
2021-09-30`std::visit` by referenceJohn Ericson
2021-09-29Merge pull request #5295 from Ma27/bmcheck-fod-mismatchEelco Dolstra
2021-09-27build: also throw hash-mismatch errors if `buildMode == bmCheck`Maximilian Bosch
2021-09-27Don't copy in rethrowEelco Dolstra
2021-09-23Remove risky char *Eelco Dolstra
2021-09-23Add some more instrumentationEelco Dolstra
2021-09-22Add missing #includeEelco Dolstra
2021-09-14Fix macOS buildEelco Dolstra
2021-09-13RunOptions: Use designated initializersEelco Dolstra
2021-09-08preloadNSS: load NSS before threads are startedArthur Gautier
2021-09-06preloadNSS: fixup nss_dns loadArthur Gautier
2021-07-22buildPaths(): Add an evalStore argumentEelco Dolstra
2021-07-13Merge pull request #5006 from illustris/nscdEelco Dolstra
2021-07-13fixed output derivations: fix incorrect responses for getpwuidillustris
2021-07-12Merge branch 'master' into structured-attrs-shellMaximilian Bosch
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-22Move `writeStructuredAttrsShell` out of `ParsedDerivation` classMaximilian Bosch
2021-06-22Prefix env vars for attrs.* files with NIX_Maximilian Bosch
2021-06-22Split shell & json creation for build environments with structured attrsMaximilian Bosch
2021-06-22Set environment variables for .attrs.json & .attrs.shMaximilian Bosch
2021-06-22Source complete env in `nix-shell` with `__structuredAttrs = true;`Maximilian Bosch
2021-06-21Remove a possible existing store path when building CA derivationsregnat
2021-06-18UDSRemoteStore: Support the 'root' store parameterEelco Dolstra
2021-05-25Make the Nar hash non moduloregnat
2021-05-12Relock wait for build slot goalsMatthew Bauer
2021-05-05Properly normalize the content-addressed pathsregnat
2021-05-02Mark `__impureHostDeps` paths as optionalEmily
2021-04-05Rename BuildableJohn Ericson
2021-04-05"newtype" BuildableReqJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-03-15Merge pull request #4580 from obsidiansystems/restore-test-build-remote-ca-fixedEelco Dolstra
2021-03-15Properly sign the unresolved drvsregnat
2021-03-15Add some logic for signing realisationsregnat