aboutsummaryrefslogtreecommitdiff
path: root/src/build-remote
AgeCommit message (Expand)Author
2022-03-18Generalize `DerivationType` in preparation for impure derivationsJohn Ericson
2022-03-01Move `BuildResult` defintion to its own headerJohn Ericson
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-21Remove std::vector aliasEelco Dolstra
2021-10-27build-remote: Implicitly add the 'builtin' system type to all machinesEelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-07-22copyPaths: Pass store by referenceEelco Dolstra
2021-06-21Fix the remote build of CA derivationsregnat
2021-02-26Merge pull request #4477 from NixOS/ca/build-remoteEelco Dolstra
2021-02-26Simplify the case where the drv is a purely input-addressed oneregnat
2021-02-26Update src/build-remote/build-remote.ccEelco Dolstra
2021-02-26Update src/build-remote/build-remote.ccEelco Dolstra
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-02-23build-remote: Always register the missing outputsregnat
2021-02-23Make the build-hook work with ca derivationsregnat
2021-01-26Move command plugin interface to libnixcmdShea Levy
2021-01-25Merge pull request #4467 from edolstra/error-formattingEelco Dolstra
2021-01-22Apply suggestions from code reviewJohn Ericson
2021-01-21Improve error formattingEelco Dolstra
2020-12-23build-remote no longer requires local store be localJohn Ericson
2020-12-01Lower verbosity for 'Failed to find a machine' messageEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-08-12Make `system-features` a store settingJohn Ericson
2020-08-11demote remote build message to InfoBen Burdette
2020-08-05don't crash if there's no drvPathBen Burdette
2020-08-05add derivation path to hintBen Burdette
2020-08-05error messages for issue 2238Ben Burdette
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-06-15Remove trailing whitespaceEelco Dolstra
2020-06-15Merge branch 'errors-phase-2' of https://github.com/bburdette/nixEelco Dolstra
2020-06-12Add Store::readDerivation() convenience functionEelco Dolstra
2020-06-02elide the 'ErrorInfo' in logError and logWarning callsBen Burdette
2020-05-13consistent capitalizationBen Burdette
2020-05-03convert some printError calls to logErrorBen Burdette
2020-03-30Remove global -I flagsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-13TypoEelco Dolstra
2019-03-06canBuildLocally: check for featuresvolth
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-04-23Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nixShea Levy
2018-04-21Fix library ordering in MakefilesAndrew Dunham
2018-03-20Hack to get SSH error messages from build-remoteEelco Dolstra
2018-03-16build-remote: take extra-platforms into accountLinus Heckemann
2018-03-13build-remote: Don't substitute the build resultEelco Dolstra
2018-02-13Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra
2018-02-12Fix hang in build-remoteEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-01-09nix.conf: builders-use-substitutesRenzo Carbonara
2017-11-25build-remote: Fix missing log outputaszlig
2017-10-24Allow shorter syntax for chroot storesEelco Dolstra