hydra: update nix-eval-jobs
The unreleased master branch contains a potential fix that could solve workers concurrently printing into the same cout.
Martin Weinelt committed
Feb 13, 2025 at 11:22 UTC
936ecd0f2f79f8b8d21c6bc7ea8370e9c4cc655e
2 files changed
+40
-17
build/flake.lock
+35
-17
@@ -108,17 +108,16 @@
108
"flake-parts": {
109
"inputs": {
110
"nixpkgs-lib": [
111
- "hydra",
111
"nix-eval-jobs",
112
"nixpkgs"
113
]
114
},
115
"locked": {
117
- "lastModified": 1722555600,
118
- "narHash": "sha256-XOQkdLafnb/p9ij77byFQjDf5m5QYl9b2REiVClC+x4=",
116
+ "lastModified": 1736143030,
117
+ "narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=",
118
"owner": "hercules-ci",
119
"repo": "flake-parts",
121
- "rev": "8471fe90ad337a8074e957b69ca4d0089218391d",
120
+ "rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de",
121
"type": "github"
122
},
123
"original": {
@@ -185,7 +184,9 @@
184
"inputs": {
185
"libgit2": "libgit2",
186
"nix": "nix",
188
- "nix-eval-jobs": "nix-eval-jobs",
187
+ "nix-eval-jobs": [
188
+ "nix-eval-jobs"
189
+ ],
190
"nixpkgs": [
191
"nixpkgs"
192
]
@@ -266,26 +267,22 @@
267
"nix-eval-jobs": {
268
"inputs": {
269
"flake-parts": "flake-parts",
269
- "nix-github-actions": [
270
- "hydra"
271
- ],
270
+ "nix-github-actions": "nix-github-actions_2",
271
"nixpkgs": [
273
- "hydra",
272
"nixpkgs"
273
],
274
"treefmt-nix": "treefmt-nix"
275
},
276
"locked": {
279
- "lastModified": 1733814344,
280
- "narHash": "sha256-3wwtKpS5tUBdjaGeSia7CotonbiRB6K5Kp0dsUt3nzU=",
277
+ "lastModified": 1739426028,
278
+ "narHash": "sha256-1dZLPw+nlFQzzswfyTxW+8VF1AJ4ZvoYvLTjlHiz1SA=",
279
"owner": "nix-community",
280
"repo": "nix-eval-jobs",
283
- "rev": "889ea1406736b53cf165b6c28398aae3969418d1",
281
+ "rev": "6d4fd5a93d7bc953ffa4dcd6d53ad7056a71eff7",
282
"type": "github"
283
},
284
"original": {
285
"owner": "nix-community",
288
- "ref": "release-2.24",
286
"repo": "nix-eval-jobs",
287
"type": "github"
288
}
@@ -311,6 +308,27 @@
308
"type": "github"
309
}
310
},
311
+ "nix-github-actions_2": {
312
+ "inputs": {
313
+ "nixpkgs": [
314
+ "nix-eval-jobs",
315
+ "nixpkgs"
316
+ ]
317
+ },
318
+ "locked": {
319
+ "lastModified": 1731952509,
320
+ "narHash": "sha256-p4gB3Rhw8R6Ak4eMl8pqjCPOLCZRqaehZxdZ/mbFClM=",
321
+ "owner": "nix-community",
322
+ "repo": "nix-github-actions",
323
+ "rev": "7b5f051df789b6b20d259924d349a9ba3319b226",
324
+ "type": "github"
325
+ },
326
+ "original": {
327
+ "owner": "nix-community",
328
+ "repo": "nix-github-actions",
329
+ "type": "github"
330
+ }
331
+ },
332
"nixos-channel-scripts": {
333
"inputs": {
334
"nixpkgs": [
@@ -378,6 +396,7 @@
396
"hydra",
397
"nix"
398
],
399
+ "nix-eval-jobs": "nix-eval-jobs",
400
"nixos-channel-scripts": "nixos-channel-scripts",
401
"nixpkgs": "nixpkgs",
402
"rfc39": "rfc39"
@@ -432,17 +451,16 @@
451
"treefmt-nix": {
452
"inputs": {
453
"nixpkgs": [
435
- "hydra",
454
"nix-eval-jobs",
455
"nixpkgs"
456
]
457
},
458
"locked": {
441
- "lastModified": 1723303070,
442
- "narHash": "sha256-krGNVA30yptyRonohQ+i9cnK+CfCpedg6z3qzqVJcTs=",
459
+ "lastModified": 1736154270,
460
+ "narHash": "sha256-p2r8xhQZ3TYIEKBoiEhllKWQqWNJNoT9v64Vmg4q8Zw=",
461
"owner": "numtide",
462
"repo": "treefmt-nix",
445
- "rev": "14c092e0326de759e16b37535161b3cb9770cea3",
463
+ "rev": "13c913f5deb3a5c08bb810efd89dc8cb24dd968b",
464
"type": "github"
465
},
466
"original": {
build/flake.nix
+5
@@ -10,8 +10,12 @@
10
inputs.disko.url = "github:nix-community/disko";
11
inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
12
13
+ inputs.nix-eval-jobs.url = "github:nix-community/nix-eval-jobs";
14
+ inputs.nix-eval-jobs.inputs.nixpkgs.follows = "nixpkgs";
15
+
16
inputs.hydra.url = "github:NixOS/hydra/hydra.nixos.org";
17
inputs.hydra.inputs.nixpkgs.follows = "nixpkgs";
18
+ inputs.hydra.inputs.nix-eval-jobs.follows = "nix-eval-jobs";
19
inputs.nix.follows = "hydra/nix";
20
21
inputs.nixos-channel-scripts.url = "github:NixOS/nixos-channel-scripts";
@@ -29,6 +33,7 @@
33
hydra,
34
nix,
35
nixpkgs,
36
+ nix-eval-jobs,
37
nixos-channel-scripts,
38
rfc39,
39
}: