Bump Nix version
[?]
Mar 10, 2021, 5:42 PM
SHAPFDTU4EQHZATFTAAFZU2HTQAYMGL6RYBX3NEZEPG5AYBOHOWACDependencies
- [2]
W7OCNTLFFix build with latest Nix - [3]
TO3RRY3Dflake.lock: Update - [4]
YLJ3XVS4flake.lock: Update - [5]
PLA4FYMZFix regression caused by ee2e9f53 - [6]
AXOGLJDZflake.lock: Update - [7]
U5CNCVKLflake.lock: Update - [8]
B5JL3GKIflake.lock: Update - [9]
HTDANBLNMerge pull request #730 from NixOS/flake - [10]
6NUK6AZAFix build - [11]
TFXFDRKBflake.lock: Update - [12]
H46LUUZYhydra-queue-runner: don't try to distribute builds on localhost - [13]
75SKLUFVflake.lock: Update - [14]
HWICNB75flake.lock: Update - [15]
5CNQUQ77Bump Nix - [16]
2GRQJZT6hydra-queue-runner: Support running in a NixOS container - [17]
VQISTKOPhydra-queue-runner: Use substitutes - [18]
NVWAU7WDflake.lock: Update - [19]
625P4XPSUpdate flake.lock - [20]
J52POHVCUpdate to NixOS 20.09 - [21]
WFJGOVMJMerge branch 'master' of github.com:NixOS/hydra into master - [22]
UJYBTXZHflake.lock: Update - [23]
BYVRA54QTemporarily disable machines on any exception, not just connection failures - [24]
RERVUVS7flake.lock: Update - [25]
73YR46NJhydra-queue-runner: Write directly to a binary cache - [26]
EBJP3MNABuild against nix-master - [27]
CCPSI3TPAdd flake.nix - [28]
PTOCFKS2flake.lock: Update - [29]
6TB64ZGTflake.lock: Update - [30]
5AIYUMTBBasic remote building - [31]
WBSYF3MHMerge branch 'fix/addPermRoot' of https://github.com/helsinki-systems/hydra - [32]
XEQWUJZSflake.lock: Update - [33]
KW5WOJ7Nflake.lock: Update - [34]
MXK3N5OHflake.lock: Update - [35]
QEFD45RSflake.lock: Update - [36]
IKJBYIGYUpdate to reflect BinaryCacheStore changes - [37]
BQHDSG6OMerge remote-tracking branch 'origin/master' into flake - [38]
XKUCKKZ5flake.lock: Update - [39]
ZHKEI6HRflake.lock: Update - [40]
UA2PMN7Mflake.lock: Update - [41]
WOKEE5Y2flake.lock: Update - [42]
PW4TLMWSSync with latest Nix - [43]
YSZQ3ORRFix build - [44]
V3VYVACMfix build after nix commit 82b77a77262c414044fffc7ad8b955ad91827995 - [45]
7WHTSDWPflake.lock: Update - [46]
6CBZ4DRYDoh - [47]
WV4SSAIYBuild against nix-master - [48]
TFX3VUPCflake.lock: Update - [*]
MHVIT4JYSplit hydra-queue-runner.cc more
Change contents
- replacement in flake.lock at line 8
"lastModified": 1613747933,"narHash": "sha256-Q6VuNRdr87B4F3ILiM6IlQ+bkIYbQTs6EEAtwNrvl1Y=","lastModified": 1615194819,"narHash": "sha256-LfPUsgeFRBzRgTp+828E7UhiVItSYH+CK6IJcjmlcZ4=", - replacement in flake.lock at line 12
"rev": "548437c2347159c4c79352283dd12ce58324f1d6","rev": "1c0e3e453d41b869e4ac7e25dc1c00c349a7c411", - replacement in flake.lock at line 22
"lastModified": 1602702596,"narHash": "sha256-fqJ4UgOb4ZUnCDIapDb4gCrtAah5Rnr2/At3IzMitig=","lastModified": 1614309161,"narHash": "sha256-93kRxDPyEW9QIpxU71kCaV1r+hgOgP6/aVgC7vvO8IU=", - replacement in flake.lock at line 26
"rev": "ad0d20345219790533ebe06571f82ed6b034db31","rev": "0e499fde7af3c28d63e9b13636716b86c3162b93", - replacement in src/hydra-queue-runner/build-remote.cc at line 267
if (localStore != std::shared_ptr<Store>(destStore))copyClosure(ref<Store>(localStore), destStore, step->drv->inputSrcs, NoRepair, NoCheckSigs);if (localStore != std::shared_ptr<Store>(destStore)) {StorePathSet closure;localStore->computeFSClosure(step->drv->inputSrcs, closure);copyPaths(ref<Store>(localStore), destStore, closure, NoRepair, NoCheckSigs, NoSubstitute);} - replacement in src/hydra-queue-runner/queue-monitor.cc at line 503
copyClosure(ref<Store>(localStore), destStore, {*path});StorePathSet closure;localStore->computeFSClosure({*path}, closure);copyPaths(ref<Store>(localStore), destStore, closure, NoRepair, CheckSigs, NoSubstitute);