apply Nix patches to (try to) fix S3 upload abortions
Vladimír Čunát committed
Jun 2, 2026 at 07:31 UTC
310d225772b5767d13d68d974f8aed47cd2c3da0
2 files changed
+9
-7
flake.lock
+6
-6
@@ -383,16 +383,16 @@
383
"nix": {
384
"flake": false,
385
"locked": {
386
- "lastModified": 1779318684,
387
- "narHash": "sha256-zj8d2tTd3DGiVKMMjuIUpMODgjJfxWP4hkQ8bdhHQYk=",
388
- "owner": "NixOS",
386
+ "lastModified": 1780338454,
387
+ "narHash": "sha256-F8ffRCTXLyhd2/dUfj/2JagvX3vPBiM6esHZN42wHI0=",
388
+ "owner": "tomberek",
389
"repo": "nix",
390
- "rev": "8294f1c1fda17f87e65723ac9348395d2f07513c",
390
+ "rev": "40326d5fed987ca048c383d9de9596d7644c5f10",
391
"type": "github"
392
},
393
"original": {
394
- "owner": "NixOS",
395
- "ref": "2.34-maintenance",
394
+ "owner": "tomberek",
395
+ "ref": "backport-15855-to-2.34-maintenance",
396
"repo": "nix",
397
"type": "github"
398
}
flake.nix
+3
-1
@@ -13,7 +13,9 @@
13
};
14
15
nix = {
16
- url = "github:NixOS/nix/2.34-maintenance";
16
+ #url = "github:NixOS/nix/2.34-maintenance";
17
+ # TMP S3 upload abortions: https://github.com/NixOS/nix/pull/15949
18
+ url = "github:tomberek/nix/backport-15855-to-2.34-maintenance";
19
flake = false;
20
};
21